Crate ordered_float

Crate ordered_float 

Source
Expand description

Wrappers for total order on Floats.

Structs§

FloatIsNan
An error indicating an attempt to construct NotNan from a NaN
NotNan
A wrapper around Floats providing an implementation of Ord and Hash.
OrderedFloat
A wrapper around Floats providing an implementation of Ord and Hash.

Enums§

ParseNotNanError
An error indicating a parse error from a string for NotNan.

Type Aliases§

FloatIsNaNDeprecated
An error indicating an attempt to construct NotNan from a NaN
NotNaNDeprecated
A wrapper around Floats providing an implementation of Ord and Hash.