Expand description
Wrappers for total order on Floats. See the OrderedFloat
and NotNan
docs for details.
Structs§
- Float
IsNan - An error indicating an attempt to construct NotNan from a NaN
- NotNan
- A wrapper around floats providing an implementation of
Eq
,Ord
andHash
. - Ordered
Float - A wrapper around floats providing implementations of
Eq
,Ord
, andHash
.
Enums§
- Parse
NotNan Error - An error indicating a parse error from a string for
NotNan
.