[][src]Trait hina::cmp::Float

pub trait Float {
    fn is_nan(self) -> bool;
}

Required methods

fn is_nan(self) -> bool

Loading content...

Implementations on Foreign Types

impl Float for f32[src]

impl Float for f64[src]

Loading content...

Implementors

Loading content...