A wrapper around f32 that provides total ordering by rejecting NaN values.
This type is sortable and can be used in collections that require Ord,
such as BTreeMap and BTreeSet. It prevents NaN values from being stored,
ensuring that all values are comparable and can be sorted consistently.
A wrapper around f64 that provides total ordering by rejecting NaN values.
This type is sortable and can be used in collections that require Ord,
such as BTreeMap and BTreeSet. It prevents NaN values from being stored,
ensuring that all values are comparable and can be sorted consistently.