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.
f32::DIGITS instead.f32. Use f32::EPSILON instead.f32::INFINITY instead.f32::MANTISSA_DIGITS instead.f32 value. Use f32::MAX instead.f32::MAX_10_EXP instead.f32::MAX_EXP instead.f32 value. Use f32::MIN instead.f32::MIN_10_EXP instead.f32::MIN_EXP instead.f32 value. Use f32::MIN_POSITIVE instead.f32::NAN instead.f32::NEG_INFINITY instead.f32. Use f32::RADIX instead.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/f32/index.html