ceilFinds the smallest integer not less than x (ceiling function) | |||
Arguments
Return valueThe smallest integer (in double-precision floating point format) that is not less than x is returned.ExplanationThe smallest integer greater than or equal to x is obtained and its corresponding double-precision floating point value is returned.See Alsofloor() |