Trait float::Signum
[−]
[src]
pub trait Signum { fn signum(self) -> Self; }
The sign of the number.
pub trait Signum { fn signum(self) -> Self; }
The sign of the number.