Wrappers for total ordering on floats
# Cargo.toml
[dependencies]
ordered-float = "5.3.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use OrderedFloat to store floats in a BTreeSet with total ordering.
Ensure you handle NaN values explicitly or use `NotNan` wrapper if you want to reject NaN.
No dependency data recorded yet.