Expand description
Raw-number classification helpers.
Enums§
- Number
Category - Broad categories for raw
f64values. - Number
Sign - Sign classes for raw numeric values that are not
NaN.
Functions§
- classify_
number - Classifies a raw
f64by floating-point category. - classify_
number_ sign - Classifies the sign of a raw
f64while keepingNaNexplicit. - is_
finite_ number - Returns whether a raw
f64is finite.