We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5334283 commit 52db0eeCopy full SHA for 52db0ee
library/core/src/num/f32.rs
@@ -450,7 +450,7 @@ impl f32 {
450
///
451
/// [`MIN_EXP`]: f32::MIN_EXP
452
#[stable(feature = "assoc_int_consts", since = "1.43.0")]
453
- pub const MIN_POSITIVE: f32 = -1.17549435e-38_f32;
+ pub const MAX_NEGATIVE: f32 = -1.17549435e-38_f32;
454
455
/// One greater than the minimum possible *normal* power of 2 exponent
456
/// for a significand bounded by 1 ≤ x < 2 (i.e. the IEEE definition).
0 commit comments