Expand description
Wrappers for total order on Floats. See the OrderedFloat
and NotNan
docs for details.
Macrosยง
- impl_
as_ ๐primitive - impl_
float_ ๐const - impl_
not_ ๐nan_ binop - impl_
not_ ๐nan_ pow
Structsยง
- An error indicating an attempt to construct NotNan from a NaN
- A wrapper around floats providing an implementation of
Eq
,Ord
andHash
. - A wrapper around floats providing implementations of
Eq
,Ord
, andHash
.
Enumsยง
- An error indicating a parse error from a string for
NotNan
.
Constantsยง
- CANONICAL_
NAN_ ๐BITS - EXP_
MASK ๐ - MAN_
MASK ๐ - SIGN_
MASK ๐
Traitsยง
- Generic trait for floating point numbers that works with
no_std
.
Functionsยง
- raw_
double_ ๐bits Used for hashing. Input must not be zero or NaN.