math:ceiling
builtin-function
(math:ceiling number)
Returns the nearest integer in the direction of positive infinity.
make-html > (math:ceiling 6.99) it: 7 make-html > (math:ceiling 14/3) it: 5 make-html > (math:ceiling -14.3) it: -14
math:floor math:mod math:rem math:round math:truncate