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