-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Floor
Reading time: 1minReturns the greatest integer that is less than or equal to a given number.
Syntax
floor(Real)
floor(Complex)
Description
Given a real number x, returns the greatest integer that is lower than or equal to x, usually denoted by x.
Given a complex number z, returns a complex number with the floor function applied to its real and imaginary parts.