Next:
ifix
Up:
Mathematical Functions
Previous:
fact
Contents
Index
floor
Format:
floor(float_expr)
Result:
Number
Description:
Returns the biggest integer number which is smaller than the argument.
e.g.:
SPECTRA
>
*
= floor(-3.9)
-4
See also the descriptions of the functions
ceil()
,
dtoi()
.