IsNaN

Trait IsNaN 

Source
pub trait IsNaN {
    // Required method
    fn is_nan(&self) -> bool;
}
Expand description

NaN or not? Trait that returns the

Required Methods§

Source

fn is_nan(&self) -> bool

Implementations on Foreign Types§

Source§

impl IsNaN for f32

Source§

fn is_nan(&self) -> bool

Source§

impl IsNaN for f64

Source§

fn is_nan(&self) -> bool

Implementors§