[−][src]Function avr_libc::isnan
pub unsafe extern "C" fn isnan(__x: f64) -> i16
The function isnan() returns 1 if the argument \a __x represents a "not-a-number" (NaN) object, otherwise 0.
pub unsafe extern "C" fn isnan(__x: f64) -> i16
The function isnan() returns 1 if the argument \a __x represents a "not-a-number" (NaN) object, otherwise 0.