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 {
675675 /// Returns the maximum of the two numbers.
676676 ///
677677 /// 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 .
679679 ///
680680 /// ```
681681 /// let x = 1.0f32;
Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ impl f64 {
691691 /// Returns the maximum of the two numbers.
692692 ///
693693 /// 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 .
695695 ///
696696 /// ```
697697 /// let x = 1.0_f64;
You can’t perform that action at this time.
0 commit comments