Expand description
Wrappers for total order on Floats. See the OrderedFloat
and NotNan
docs for details.
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
.
Traits§
- Generic trait for floating point numbers
- Generic trait for floating point numbers that works with
no_std
. - Binary operator for raising a value to a power.