ceil(x);ceil is a function that takes in a number, and returns the smallest integer greater or equal to x
see here
Arguments
xThe value to floorReturns
intThe floored valueceil(x);ceil is a function that takes in a number, and returns the smallest integer greater or equal to x
see here
xThe value to floorintThe floored value