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
.
Traits§
- Float
- Generic trait for floating point numbers
- Float
Core - Generic trait for floating point numbers that works with
no_std
. - Pow
- Binary operator for raising a value to a power.
- Primitive
Float - The built-in floating point types
f32
andf64
.