Trait erydanos::Signed

source ·
pub trait Signed {
    // Required method
    fn eabs(self) -> Self;
}

Required Methods§

source

fn eabs(self) -> Self

Modulo operation

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Signed for f32

source§

fn eabs(self) -> Self

source§

impl Signed for f64

source§

fn eabs(self) -> Self

Implementors§