|
LPC Library Functions: floor |
|
NAMEfloor() - round a float down to the nearest integer
SYNOPSISfloat floor( float f );
DESCRIPTIONReturns (as a float) the nearest integer number equal to or smaller than f. Note that this efun is only available if the driver flag PACKAGE_MATH is defined. SEE ALSO |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|