We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7056089 commit 27bdfbeCopy full SHA for 27bdfbe
spec/API_specification/elementwise_functions.md
@@ -944,8 +944,9 @@ each element `x1_i` of the input array `x1` with the respective element `x2_i` o
944
945
For floating-point operands,
946
947
-- If either `x1_i` or `x2_i` is `NaN`, the result is `NaN`.
948
-- If either `x1_i` or `x2_i` is `+infinity`, the result is `+infinity`.
+- If either `x1_i` or `x2_i` is `NaN`, the result is `NaN`.
+- If `x1_i` is `+infinity` and `x2_i` is not `NaN`, the result is `+infinity`.
949
+- If `x1_i` is not `NaN` and `x2_i` is `+infinity`, the result is `+infinity`.
950
951
#### Parameters
952
0 commit comments