Skip to content

Commit 52db0ee

Browse files
authored
Update f32.rs
1 parent 5334283 commit 52db0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/f32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ impl f32 {
450450
///
451451
/// [`MIN_EXP`]: f32::MIN_EXP
452452
#[stable(feature = "assoc_int_consts", since = "1.43.0")]
453-
pub const MIN_POSITIVE: f32 = -1.17549435e-38_f32;
453+
pub const MAX_NEGATIVE: f32 = -1.17549435e-38_f32;
454454

455455
/// One greater than the minimum possible *normal* power of 2 exponent
456456
/// for a significand bounded by 1 ≤ x < 2 (i.e. the IEEE definition).

0 commit comments

Comments
 (0)