Expand description
Wrappers for total order on Floats. See the OrderedFloat
and NotNan
docs for details.
Macros§
Structs§
- An error indicating an attempt to construct NotNan from a NaN
- A wrapper around floats providing an implementation of
Eq
,Ord
andHash
. - A wrapper around floats providing implementations of
Eq
,Ord
, andHash
.
Enums§
- An error indicating a parse error from a string for
NotNan
.
Constants§
Traits§
- Generic trait for floating point numbers that works with
no_std
.
Functions§
- Used for hashing. Input must not be zero or NaN.