float ceil(float n)
<vector> ceil(<vector>v)
Returns the smallest integer greater than or equal to n
. For vectors, this is done per-component.
math |
|
number |