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