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 5395945 commit 1f71c4dCopy full SHA for 1f71c4d
spec/API_specification/elementwise_functions.md
@@ -1139,7 +1139,7 @@ Rounds each element `x_i` of the input array `x` to the nearest integer-valued n
1139
#### Special Cases
1140
1141
- 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`.
+- If two integers are equally close to `x_i`, the result is the even integer closest to `x_i`.
1143
1144
#### Parameters
1145
0 commit comments