Module core::f32
[−]
[src]
Operations and constants for 32-bits floats (f32
type)
Reexports
use intrinsics; |
use mem; |
use num::Float; |
use num::FpCategory as Fp; |
Modules
consts |
Basic mathematical constants. |
Constants
DIGITS | |
EPSILON | |
INFINITY | |
MANTISSA_DIGITS | |
MAX |
Largest finite f32 value |
MAX_10_EXP | |
MAX_EXP | |
MIN |
Smallest finite f32 value |
MIN_10_EXP | |
MIN_EXP | |
MIN_POSITIVE |
Smallest positive, normalized f32 value |
NAN | |
NEG_INFINITY | |
RADIX |