pub trait IsNanProperty {
// Required method
fn is_nan_property(&self) -> bool;
}Expand description
The not-a-number property of floating point numbers.
Required Methods§
Sourcefn is_nan_property(&self) -> bool
fn is_nan_property(&self) -> bool
Returns whether this value is not a number.