Reference: ceil
⌈x⌉ = ceil(x) returns the smallest integer greater than or equal to x, i.e. rounds x to the nearest integer in the direction of +∞.
⌈x⌉ = ceil(x) returns the smallest integer greater than or equal to x, i.e. rounds x to the nearest integer in the direction of +∞.