Trait float::Signum [−] [src]

pub trait Signum {
    fn signum(self) -> Self;
}
[]

The sign of the number.

Required Methods

fn signum(self) -> Self[]

Returns number representing the sign of self

Implementors