File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ impl f32 {
675
675
/// Returns the maximum of the two numbers.
676
676
///
677
677
/// Follows the IEEE-754 2008 semantics for maxNum, except for handling of signaling NaNs.
678
- /// This matches the behavior of libm’s fmin .
678
+ /// This matches the behavior of libm’s fmax .
679
679
///
680
680
/// ```
681
681
/// let x = 1.0f32;
Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ impl f64 {
691
691
/// Returns the maximum of the two numbers.
692
692
///
693
693
/// Follows the IEEE-754 2008 semantics for maxNum, except for handling of signaling NaNs.
694
- /// This matches the behavior of libm’s fmin .
694
+ /// This matches the behavior of libm’s fmax .
695
695
///
696
696
/// ```
697
697
/// let x = 1.0_f64;
You can’t perform that action at this time.
0 commit comments