floor
This function returns the largest (closest to positive infinity) number that is not greater than the input number and is an integer.
Signature:
floor(1.6)
returns 1.0
This function returns the largest (closest to positive infinity) number that is not greater than the input number and is an integer.
Signature:
floor(1.6)
returns 1.0