fix.fdiv(numeric) â float
Instance Public methods
Returns the floating point result of dividing fix by numeric.
1 2 | 654321 .fdiv( 13731 ) #=> 47.6528293642124 654321 .fdiv( 13731 . 24 ) #=> 47.6519964693647 |
Returns the floating point result of dividing fix by numeric.
1 2 | 654321 .fdiv( 13731 ) #=> 47.6528293642124 654321 .fdiv( 13731 . 24 ) #=> 47.6519964693647 |
Designed by : w10schools
service@w10schools.com
Please login to continue.