JS CEIL
Math.ceil(1.2);
// 2
just-saved-you-a-stackoverflow-visit
Math.ceil(1.2);
// 2
Math.ceil()
ceil ( float $value ) : float
Returns the next highest integer value by rounding up value if necessary.