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 ofEq,OrdandHash.
- A wrapper around floats providing implementations ofEq,Ord, andHash.
Enums
- An error indicating a parse error from a string forNotNan.
Traits
- Generic trait for floating point numbers
- Binary operator for raising a value to a power.