LPC Library Functions: ceil

NAME

ceil() - round a float up to the nearest integer

SYNOPSIS

float ceil( float f );

DESCRIPTION

Returns (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

floor(), to_int(), to_float()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS