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