We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73988b6 + 51cd00c commit 63376bbCopy full SHA for 63376bb
library/core/src/num/f32.rs
@@ -675,7 +675,7 @@ impl f32 {
675
/// Returns the maximum of the two numbers.
676
///
677
/// Follows the IEEE-754 2008 semantics for maxNum, except for handling of signaling NaNs.
678
- /// This matches the behavior of libm’s fmin.
+ /// This matches the behavior of libm’s fmax.
679
680
/// ```
681
/// let x = 1.0f32;
library/core/src/num/f64.rs
@@ -691,7 +691,7 @@ impl f64 {
691
692
693
694
695
696
697
/// let x = 1.0_f64;
0 commit comments