Crate ordered_float
source ·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,OrdandHash. - 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
- Binary operator for raising a value to a power.