Constants for the f64 double-precision floating point type.
See also the f64 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 f64 type.
f64::DIGITS instead.f64. Use f64::EPSILON instead.f64::INFINITY instead.f64::MANTISSA_DIGITS instead.f64 value. Use f64::MAX instead.f64::MAX_10_EXP instead.f64::MAX_EXP instead.f64 value. Use f64::MIN instead.f64::MIN_10_EXP instead.f64::MIN_EXP instead.f64 value. Use f64::MIN_POSITIVE instead.f64::NAN instead.f64::NEG_INFINITY instead.f64. Use f64::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/f64/index.html