Skip to content

Commit 1f71c4d

Browse files
authored
Specify rounding mode as half to even (#93)
1 parent 5395945 commit 1f71c4d

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
@@ -1139,7 +1139,7 @@ Rounds each element `x_i` of the input array `x` to the nearest integer-valued n
11391139
#### Special Cases
11401140

11411141
- If `x_i` is already integer-valued, the result is `x_i`.
1142-
- If two integers are equally close to `x_i`, the result is whichever integer is farthest from `0`.
1142+
- If two integers are equally close to `x_i`, the result is the even integer closest to `x_i`.
11431143

11441144
#### Parameters
11451145

0 commit comments

Comments
 (0)