Name:
floor
the usual function floor.
Description:
floor
is defined as usual:
floor
(x) is the greatest integer y such that y <= x.
It is defined for every real number x.
See also:
ceil
,
nearestint
,
round
,
RD
Go back to the list of commands