[][src]Trait ohsl::traits::Signed

pub trait Signed: Number + Neg<Output = Self> {
    pub fn abs(&self) -> Self;
}

Required methods

pub fn abs(&self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl Signed for isize[src]

impl Signed for i8[src]

impl Signed for i16[src]

impl Signed for i32[src]

impl Signed for i64[src]

impl Signed for f32[src]

impl Signed for f64[src]

Loading content...

Implementors

impl Signed for Complex<f64>[src]

Loading content...