Trait vectrix::Abs[][src]

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