CALC.floor(number, SIgnificance)

Returns number rounded down, towards zero, to the nearest multiple of significance. Significance is the multiple to which you want to round.

Example

CALC.floor(4.43, 0.05);

// returns 4.40)

<< CALC.factdouble(number) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.gcd(Array) >>