Trait decorum::Nan

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

A floating-point value that can be NaN.

Required Methods

Implementors