Expand description

Re-exported operator traits from dashu-base

Traits

Absolute value.
Common bit operations for integers
Compute Euclidean quotient.
Compute quotient and remainder at the same time.
Compute quotient inplace and return remainder at the same time.
Compute Euclidean quotient and remainder at the same time.
Fast estimation of the binary logarithm of a number
Compute the greatest common divisor between self and the other operand, and return both the common divisor g and the Bézout coefficients respectively.
Compute the greatest common divisor.
Functions related to the power of two.
Compute Euclidean remainder.
Unsigned absolute value.