float.modulo(other) â float
Instance Public methods
Return the modulo after division of float
by
other
.
1 2 | 6543 . 21 .modulo( 137 ) #=> 104.21 6543 . 21 .modulo( 137 . 24 ) #=> 92.9299999999996 |
Return the modulo after division of float
by
other
.
1 2 | 6543 . 21 .modulo( 137 ) #=> 104.21 6543 . 21 .modulo( 137 . 24 ) #=> 92.9299999999996 |
Designed by : w10schools
service@w10schools.com
Please login to continue.