Return the largest integer not greater than x. If x is complex, return floor (real (x)) + floor (imag (x)) * I.
floor (real (
)) + floor (imag (
)) * I