[−][src]Crate ordered_float
Wrappers for total order on Floats.
Structs
| FloatIsNan | An error indicating an attempt to construct NotNan from a NaN |
| NotNan | A wrapper around Floats providing an implementation of Ord and Hash. |
| OrderedFloat | A wrapper around Floats providing an implementation of Ord and Hash. |
Enums
| ParseNotNanError | An error indicating a parse error from a string for |
Type Definitions
| FloatIsNaN | Deprecated An error indicating an attempt to construct NotNan from a NaN |
| NotNaN | Deprecated A wrapper around Floats providing an implementation of Ord and Hash. |