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 floorReturns
intThe floored valueceil(x);ceil is a function that takes in a number, and returns the smallest integer greater or equal to x.
xThe value to floorintThe floored value