File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ Calculates the division for each element `x1_i` of the input array `x1` with the
495
495
- If ` x1_i ` is either ` +infinity ` or ` -infinity ` and ` x2_i ` is either ` +infinity ` or ` -infinity ` , the result is ` NaN ` .
496
496
- If ` x1_i ` is either ` +0 ` or ` -0 ` and ` x2_i ` is either ` +0 ` or ` -0 ` , the result is ` NaN ` .
497
497
- If ` x1_i ` is ` +0 ` and ` x2_i ` is greater than ` 0 ` , the result is ` +0 ` .
498
- - If ` x1_i ` is ` -0 ` and ` x2_i ` is greater than ` 0 ` , the result ` -0 ` .
498
+ - If ` x1_i ` is ` -0 ` and ` x2_i ` is greater than ` 0 ` , the result is ` -0 ` .
499
499
- If ` x1_i ` is ` +0 ` and ` x2_i ` is less than ` 0 ` , the result is ` -0 ` .
500
500
- If ` x1_i ` is ` -0 ` and ` x2_i ` is less than ` 0 ` , the result is ` +0 ` .
501
501
- If ` x1_i ` is greater than ` 0 ` and ` x2_i ` is ` +0 ` , the result is ` +infinity ` .
You can’t perform that action at this time.
0 commit comments