ceil

v0.1.7
ceil(x);

ceil is a function that takes in a number, and returns the smallest integer greater or equal to x.

Arguments

xThe value to floor

Returns

intThe floored value

See ceil in lu5_math.h