Expand description
Functions for working with primitive integers and floats.
Modulesยง
- arithmetic
- Traits for arithmetic.
- basic
- Traits for primitive integers or floats and some of their basic functionality.
- comparison
- Traits for comparing the absolute values of numbers for equality or order.
- conversion
- Traits for converting to and from numbers, converting to and from strings, and extracting digits.
- exhaustive
- Iterators that generate numbers without repetition.
- factorization
- Traits for generating primes, primality testing, and factorization (TODO!)
- float
NiceFloat
, a wrapper around primitive floats.- iterators
- Iterators related to numbers.
- logic
- Traits for logic and bit manipulation.