Skip to main content

is_nan

Function is_nan 

Source
pub fn is_nan(x: f32) -> bool
Expand description

Check if NaN. Transpiles to: isnan(x)