Module malachite_float::arithmetic
source · Expand description
Traits for arithmetic.
Modules
- Absolute value of
Floats. - An implementations of
IsPowerOf2, a trait for determining whether a number is an integer power of 2. - Negation of
Floats. - Implementations of
PowerOf2, a trait for computing a power of 2. - An implementation of
Sign, a trait for determining the sign of a number.