File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1657,8 +1657,9 @@ The value of this field is 3.14159274.
1657
1657
1658
1658
|Parameters|Return value|
1659
1659
|----------------|------------------|
1660
- |`x` or `y` = `NaN`.|`NaN`|
1661
- |`x` = Any value except `NaN`; `y` = 0.|1|
1660
+ |`x` is any value; `y` = 0.|1|
1661
+ |`x` = 1; `y` is any value.|1|
1662
+ |`x` or `y` = `NaN` (except if `y` = 0 or `x` = 1).|`NaN`|
1662
1663
|`x` = `NegativeInfinity`; `y` < 0.|0|
1663
1664
|`x` = `NegativeInfinity`; `y` is a positive odd integer.|`NegativeInfinity`|
1664
1665
|`x` = `NegativeInfinity`; `y` is positive but not an odd integer.|`PositiveInfinity`|
@@ -1670,7 +1671,6 @@ The value of this field is 3.14159274.
1670
1671
|`x` < -1 or `x` > 1; `y` = `PositiveInfinity`.|`PositiveInfinity`|
1671
1672
|`x` = 0; `y` < 0.|`PositiveInfinity`|
1672
1673
|`x` = 0; `y` > 0.|0|
1673
- |`x` = 1; `y` is any value except `NaN`.|1|
1674
1674
|`x` = `PositiveInfinity`; `y` < 0.|0|
1675
1675
|`x` = `PositiveInfinity`; `y` > 0.|`PositiveInfinity`|
1676
1676
You can’t perform that action at this time.
0 commit comments