Expand description
Re-exported relevant operator traits from dashu-base
Traitsยง
- Abs
- Absolute value.
- Cubic
Root - Compute the cubic root of the number.
- DivEuclid
- Compute Euclidean quotient.
- DivRem
Euclid - Compute Euclidean quotient and remainder at the same time.
- Estimated
Log2 - Fast estimation of the binary logarithm of a number
- RemEuclid
- Compute Euclidean remainder.
- Square
Root - Compute the square root of the number.