Skip to content

Commit

Permalink
docs: clarify roundTiesToEven behavior for non-ties
Browse files Browse the repository at this point in the history
PR-URL: #825
Reviewed-by: Athan Reines <[email protected]>
  • Loading branch information
hpkfft authored Sep 19, 2024
1 parent 8b0e405 commit b877795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/draft/design_topics/accuracy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ including the corresponding element-wise array APIs defined in this standard
- multiply
- divide

for floating-point operands must return the nearest representable value according to IEEE 754-2019 and a supported rounding mode. By default, the rounding mode should be ``roundTiesToEven`` (i.e., ties rounded toward the nearest value with an even least significant bit).
for floating-point operands must return the nearest representable value according to IEEE 754-2019 and a supported rounding mode. By default, the rounding mode should be ``roundTiesToEven`` (i.e., round to nearest with ties rounded toward the nearest value with an even least significant bit).

Mathematical Functions
----------------------
Expand Down

0 comments on commit b877795

Please sign in to comment.