Module ibig::ops[][src]

Traits for number operations.

Traits

Abs

Absolute value.

AndNot

Bitwise AND NOT operation.

DivEuclid

Compute Euclidean quotient.

DivRem

Compute quotient and remainder at the same time.

DivRemEuclid

Compute Euclidean quotient and remainder at the same time.

NextPowerOfTwo

Next power of two.

RemEuclid

Compute Euclidean remainder.

UnsignedAbs

Unsigned absolute value.