Trait stack_algebra::Abs

source ·
pub trait Abs {
    fn abs(self) -> Self;
}
Expand description

Defines the absolute value for a type.

Required Methods§

Returns the absolute value of this type.

Implementations on Foreign Types§

Implementors§