macro_rules! impl_altreal_slice {
($ty:ty) => { ... };
}Expand description
AltRealData for any container that derefs to [f64].
Distinguishes R’s NA_real_ (a specific NaN bit pattern) from a regular
IEEE NaN: NA_real_ propagates as NA, regular NaN propagates as NaN.