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,OrdandHash. - Ordered
Float - A wrapper around floats providing implementations of
Eq,Ord, andHash. - Uniform
NotNan - A sampler for a uniform distribution
- Uniform
Ordered - A sampler for a uniform distribution
Enums§
- Parse
NotNan Error - An error indicating a parse error from a string for
NotNan.