pub trait PolynomialCoefficientAbsSupported: PolynomialCoefficient {
    fn coefficient_abs(coefficient: Self) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors