Universeorange.com/Docs/

R3m/framework Function reference math.fdiv

{math.fdiv(Float $number1, FLoat $number2)}

Returns the floating point result of dividing the number1 by the number2. If the number2 is zero, then one of INF, -INF, or NAN will be returned.

Note 
In comparisons, NAN will never == or ===, any value, including itself.

Returns the floating point result of number1/number2.

More information:

https://www.php.net/manual/en/function.fdiv.php

Last modified: 2021-06-07

© 2021 universeorange.com