Floor
Returns the greatest integer that is less than or equal to a given number.
Syntax
floor(Real)
floor(Complex)
Description
Given a real number , returns the greatest integer that is lower than or equal to , usually denoted by .
Given a complex number , returns a complex number with the floor function applied to its real and imaginary parts.