[−][src]Trait float::Signum
The sign of the number.
Required methods
fn signum(self) -> Self
Returns number representing the sign of self
The sign of the number.
fn signum(self) -> SelfReturns number representing the sign of self
impl Signum for f32[src]impl Signum for f64[src]