Function Reference
— Mapping Function: ceil (x)

Return the smallest integer not less than x. If x is complex, return ceil (real (x)) + ceil (imag (x)) * I.