Expand description

Trait definitions for operations related to rings (integer/polynomial/etc.)

Traits

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.

Compute the greatest common divisor between self and the other operand, and return both the common divisor g and the Bézout coefficients.

Compute the greatest common divisor

Compute Euclidean remainder.

Compute the roots (square root, cubic root and arbitrary n-th roots)