Talk Page

ceil

Syntax (ceil x) → y
Arguments x: A real number
Returns y: x after being rounding up
Category math
Description Rounds up a non-integer to the next integer

Example

Return to Functions list