| |
| | CLHS: Function FLOOR, FFLOOR, CEILING, FCEILING... |
 | | ffloor, fceiling, ftruncate, and fround handle arguments of different types in the following way: If number is a float, and divisor is not a float of longer format, then the first result is a float of the same type as number. |
 | | When only number is given, the two results are exact; the mathematical sum of the two results is always equal to the mathematical value of number. |
 | | (where function is any of one of floor, ceiling, ffloor, fceiling, truncate, round, ftruncate, and fround) return the same first value, but they return different remainders as the second value. |
| www.lispworks.com /documentation/HyperSpec/Body/f_floorc.htm (401 words) |
|