Type Definition ordered_float::NotNaN

source ·
pub type NotNaN<T> = NotNan<T>;
👎Deprecated since 0.6.0: renamed to NotNan
Expand description

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

A NaN value cannot be stored in this type.