Trait Signum
vecmath::traits
pub trait Signum { fn signum(self) -> Self; }
The sign of the number.
fn signum(self) -> Self
Returns number representing the sign of self
impl Signum for f32
fn signum(self) -> f32
impl Signum for f64
fn signum(self) -> f64