Float ceil(Float x)
Arguments
x: The number
Usage
Returns the lowest integer not lower than x (rounds up). Note that the return type is still Float.
x: The numberReturns the lowest integer not lower than x (rounds up). Note that the return type is still Float.