[][src]Crate ordered_float

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 Definitions

FloatIsNaNDeprecated

An error indicating an attempt to construct NotNan from a NaN

NotNaNDeprecated

A wrapper around Floats providing an implementation of Ord and Hash.