Reference FQL API reference Math Math.floor() Math.floor() Round down a Number. Signature Math.floor(x: Number) => Number Description Gets the value of the provided Number rounded down. Parameters Parameter Type Required Description x Number true Number to round down. Return value Type Description Number Value of the provided number rounded down. Examples Math.floor(-45.95) -46.0 Math.exp() Math.hypot()