floor(3) LPC Library Functions floor(3)
NAME
floor() - round a float down to the nearest integer
SYNOPSIS
float floor( float f );
DESCRIPTION
Returns (as a float) the nearest integer number equal to or
smaller than f.
SEE ALSO
ceil(3), to_int(3), to_float(3)
MudOS Last change: 5 Sep 1994 1