|
LPC Library Functions: ceil |
|
NAMEceil() - round a float up to the nearest integer
SYNOPSISfloat ceil( float f );
DESCRIPTIONReturns (as a float) the nearest integer number equal to or greater 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 |
|