pub type O64 = OrderedFloat<f64>;
Aliased Type§
struct O64(pub f64);
Fields§
§0: f64
Trait Implementations§
Source§impl MaybeNan for O64
impl MaybeNan for O64
Source§fn remove_nan_mut(view: ArrayViewMut1<'_, O64>) -> ArrayViewMut1<'_, N64>
fn remove_nan_mut(view: ArrayViewMut1<'_, O64>) -> ArrayViewMut1<'_, N64>
Returns a view with the NaN values removed. Read more