pub fn is_sorted_f64(data: &[f64]) -> bool
Verify that a slice of f64 is sorted in ascending order.
f64
Returns true if sorted (NaN-free).
true