powered by
Rounds to the nearest integer.
ceil(x)
Returns numeric vector containing smallest integers not less than the corresponding elements of argument x.
x
numeric to be rounded
P. Roebuck proebuck1701@gmail.com
Simply invokes ceiling for those more used to C library API name.
ceiling
fix, Round
fix
Round
ceil(c(0.9, 1.3, 2.4))
Run the code above in your browser using DataLab