Trait scalar::Abs [] [src]

pub trait Abs {
    fn abs(self) -> Self;
}

Required Methods

fn abs(self) -> Self

Implementors