Crate ordered_float

Crate ordered_float 

Source
Expand description

Wrappers for total order on Floats. See the OrderedFloat and NotNan docs for details.

Modulesยง

hash_internals ๐Ÿ”’

Macrosยง

impl_as_primitive ๐Ÿ”’
impl_float_const ๐Ÿ”’
impl_float_const_method ๐Ÿ”’
impl_from_int_primitive ๐Ÿ”’
impl_not_nan_binop ๐Ÿ”’
impl_not_nan_pow ๐Ÿ”’
impl_not_nan_self_pow ๐Ÿ”’
impl_ordered_float_binop ๐Ÿ”’
impl_ordered_float_from ๐Ÿ”’
impl_ordered_float_pow ๐Ÿ”’
impl_ordered_float_self_pow ๐Ÿ”’

Structsยง

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

Enumsยง

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

Traitsยง

FloatCore
Generic trait for floating point numbers that works with no_std.
PrimitiveFloat
The built-in floating point types f32 and f64.