MATLAB ceil function
Rounds to the nearest integer.
ceil(x)
x |
numeric to be rounded |
Simply invokes ceiling
for those more used to C library API name.
Returns numeric vector containing smallest integers not less than the
corresponding elements of argument x
.
P. Roebuck proebuck@mdanderson.org
ceil(c(0.9, 1.3, 2.4))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.