Syntax
- float ceil(x)
Returns
The rounded integer value. If x is integral, x is returned.
Description
The ceil function rounds x up to the nearest integer.
The rounded integer value. If x is integral, x is returned.
The ceil function rounds x up to the nearest integer.