ceil
Getting the smallest integer that is greater than or equal to x.
func double ceil (
double x
)
double x
)
Parameters
x | Floating-point value. |
Return value
The closest least integer.
Related links | Source |
Installer and installation software
Commercial and Freeware installers.
Getting the smallest integer that is greater than or equal to x.
x | Floating-point value. |
The closest least integer.
Related links | Source |