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