<< Previous | Next >>

floor

float floor( float x );

Description

Computes the largest integer less than or equal to the given number.

Parameters

x
Value to round down.

Return value

Rounded down value.

Library

MATH.LIB

See also

ceil, fmod


Dynamic C Functions << Previous | Next >> rabbit.com