Function Reference
— Mapping Function: floor (x)

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