Trait mathru::algebra::abstr::Ring

source ·
pub trait Ring: Semiring + Neg<Output = Self> {
    fn abs(&self) -> Self;
}
Expand description

Required Methods

Absolute value

Implementations on Foreign Types

Implementors