Module ops

Source
Expand description

Re-exported relevant operator traits from dashu-base

Traitsยง

Abs
Absolute value.
CubicRoot
Compute the cubic root of the number.
DivEuclid
Compute Euclidean quotient.
DivRemEuclid
Compute Euclidean quotient and remainder at the same time.
EstimatedLog2
Fast estimation of the binary logarithm of a number
RemEuclid
Compute Euclidean remainder.
SquareRoot
Compute the square root of the number.