Enum std::num::FPCategory

pub enum FPCategory {
    FPNaN,
    FPInfinite,
    FPZero,
    FPSubnormal,
    FPNormal,
}

Used for representing the classification of floating point numbers

Trait Implementations

impl Eq for FPCategory

fn eq(&self, __arg_0: &FPCategory) -> bool

fn ne(&self, __arg_0: &FPCategory) -> bool