Trait decorum::Nan [] [src]

pub trait Nan: Copy + NumCast {
    fn nan() -> Self;
fn is_nan(self) -> bool; }

A floating-point value that can be NaN.

Required Methods

Implementors