Trait float::Signum[][src]

pub trait Signum {
    fn signum(self) -> Self;
}
Expand description

The sign of the number.

Required methods

Returns number representing the sign of self

Implementations on Foreign Types

Implementors