Skip to content

Commit ddde131

Browse files
authored
Fix a typo (#88)
1 parent a839fdc commit ddde131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/elementwise_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ Calculates the division for each element `x1_i` of the input array `x1` with the
495495
- If `x1_i` is either `+infinity` or `-infinity` and `x2_i` is either `+infinity` or `-infinity`, the result is `NaN`.
496496
- If `x1_i` is either `+0` or `-0` and `x2_i` is either `+0` or `-0`, the result is `NaN`.
497497
- 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`.
499499
- If `x1_i` is `+0` and `x2_i` is less than `0`, the result is `-0`.
500500
- If `x1_i` is `-0` and `x2_i` is less than `0`, the result is `+0`.
501501
- If `x1_i` is greater than `0` and `x2_i` is `+0`, the result is `+infinity`.

0 commit comments

Comments
 (0)