Module math

Source
Expand description

Trait definitions for math operations

Traitsยง

CubicRoot
Compute the cubic root of the number.
EstimatedLog2
Fast estimation of the binary logarithm of a number
Inverse
Compute the multiplicative inverse (aka. reciprocal) of the number.
SquareRoot
Compute the square root of the number.