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