1.0.0[−][src]Module std::f32
This module provides constants which are specific to the implementation
of the f32 floating point data type.
See also the f32 primitive type.
Mathematically significant numbers are provided in the consts sub-module.
Although using these constants won’t cause compilation warnings, new code should use the associated constants directly on the primitive type.
Modules
| consts |
Constants
| DIGITS | |
| EPSILON | |
| INFINITY | |
| MANTISSA_DIGITS | |
| MAX | |
| MAX_10_EXP | |
| MAX_EXP | |
| MIN | |
| MIN_10_EXP | |
| MIN_EXP | |
| MIN_POSITIVE | |
| NAN | |
| NEG_INFINITY | |
| RADIX |