Contents
1
⌈ x ⌉
ceiling of x: the least integer greater than or equal to x
2
EXAMPLE ⌈2.4⌉ is 3, ⌈-2.4⌉ is -2.
EXAMPLE