File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16464,8 +16464,8 @@ type.
16464
16464
16465
16465
Semantics:
16466
16466
""""""""""
16467
- Follows the IEEE754 2008 semantics for minNum, except for handling of
16468
- +0.0 vs -0.0. This matches the behavior of libm's fmin.
16467
+ Follows the IEEE754 2008 semantics for minNum.
16468
+ This also matches the behavior of libm's fmin.
16469
16469
16470
16470
If either operand is a qNaN, returns the other non-NaN operand. Returns
16471
16471
NaN only if both operands are NaN or either operand is sNaN.
@@ -16507,8 +16507,8 @@ type.
16507
16507
16508
16508
Semantics:
16509
16509
""""""""""
16510
- Follows the IEEE754 2008 semantics for maxNum, except for handling of
16511
- +0.0 vs -0.0. This matches the behavior of libm's fmax.
16510
+ Follows the IEEE754 2008 semantics for maxNum.
16511
+ This also matches the behavior of libm's fmax.
16512
16512
16513
16513
If either operand is a NaN, returns the other non-NaN operand. Returns
16514
16514
NaN only if both operands are NaN or either operand is sNaN.
You can’t perform that action at this time.
0 commit comments