FLOOR
Rounds the given value x to an integer towards negative infinity. Returns the largest double value that is smaller than or equal to the given value x and is a mathematical integer.
Usage: floor(x)
Rounds the given value x to an integer towards negative infinity. Returns the largest double value that is smaller than or equal to the given value x and is a mathematical integer.
Usage: floor(x)