Description Usage Arguments Details Value Author(s) See Also Examples
Rounds to the nearest integer.
1 | 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 [email protected]
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.