Expand description
Constants for the f32 single-precision floating point type.
See also the f32 primitive type.
Mathematically significant numbers are provided in the consts sub-module.
For the constants defined directly in this module
(as distinct from those defined in the consts sub-module),
new code should instead use the associated constants
defined directly on the f32 type.
Modules§
- Basic mathematical constants.
Constants§
- DIGITS
Deprecation planned Approximate number of significant digits in base 10. Usef32::DIGITSinstead. - EPSILON
Deprecation planned - INFINITY
Deprecation planned Infinity (∞). Usef32::INFINITYinstead. - MANTISSA_
DIGITS Deprecation planned Number of significant digits in base 2. Usef32::MANTISSA_DIGITSinstead. - MAX
Deprecation planned Largest finitef32value. Usef32::MAXinstead. - MAX_
10_ EXP Deprecation planned Maximum possible power of 10 exponent. Usef32::MAX_10_EXPinstead. - MAX_EXP
Deprecation planned Maximum possible power of 2 exponent. Usef32::MAX_EXPinstead.