Modules§
- combinatorics
- traits
- Traits for operations on numbers not covered by the standard library.
Structs§
- Integer
- Represent an integer {…, -2, -1, 0, 1, 2, …}
- Integer
Canonical Structure - Natural
- Represents a natural number {0, 1, 2, …}
- Natural
Canonical Structure - Rational
- Represent a rational number - a number of the form
a/bwhereais an integer andbis a non-zero integer. - Rational
Canonical Structure - Rng
- For generating pseudo-random numbers.