Ceil
Returns the least integer that is greater than or equal to a given number.
Syntax
ceil(Real)
ceil(Complex)
Description
Given a real number , returns the least integer that is greater than or equal to , usually denoted by .
Given a complex number , returns a complex number with the ceiling function applied to its real and imaginary parts.