CEIL function
Description
CEIL(x) rounds the number x up.
The argument x can be a real number or a matrix. When it is a matrix, the function returns a matrix with the same dimensions and with the CEIL function applied to all elements.
Examples
CEIL(1.3) equals 2
CEIL(-1.6) equals -1
Calculator
Graph