Expand description
Re-exported relevant operator traits from dashu-base
Traits§
- Abs
- Absolute value.
- BitTest
- Bit query for integers
- Cubic
Root - Compute the cubic root of the number.
- Cubic
Root Rem - Computer the floored cubic root of the number and return the remainder at the same time.
- DivEuclid
- Compute Euclidean quotient.
- DivRem
- Compute quotient and remainder at the same time.
- DivRem
Assign - Compute quotient inplace and return remainder at the same time.
- DivRem
Euclid - Compute Euclidean quotient and remainder at the same time.
- Estimated
Log2 - Fast estimation of the binary logarithm of a number
- Extended
Gcd - Compute the greatest common divisor between self and the other operand, and return
both the common divisor
g
and the Bézout coefficients respectively. - Gcd
- Compute the greatest common divisor.
- Power
OfTwo - Functions related to the power of two.
- RemEuclid
- Compute Euclidean remainder.
- Square
Root - Compute the square root of the number.
- Square
Root Rem - Computer the floored square root of the number and return the remainder at the same time.
- Unsigned
Abs - Unsigned absolute value.