Module num::integerExperimental
[-]
[+]
[src]
Integer trait and functions.
Traits
| Integer |
Functions
| div_floor | Floored integer division |
| div_mod_floor | Simultaneous floored integer division and modulus |
| div_rem | Simultaneous integer division and modulus |
| gcd | Calculates the Greatest Common Divisor (GCD) of the number and |
| lcm | Calculates the Lowest Common Multiple (LCM) of the number and |
| mod_floor | Floored integer modulus |