|
ceilfunction
<cmath> double ceil ( double x ); float ceil ( float x ); long double ceil ( long double x ); Round up value Returns the smallest integral value that is not less than x.Parameters
Return ValueThe smallest integral value not less than x.PortabilityIn C, only the double version of this function exists with this name.Example
Output:
See also
|