We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The floor of a number is that number rounded down to the nearest integer.
The floor of x.
one = floor(1.6); //returns 1 negtwo = floor(-1.2); //returns -2
NOTOC
Category:Function:Real
There was an error while loading. Please reload this page.
This is number 1