Skip to content

Commit b877795

Browse files
authored
docs: clarify roundTiesToEven behavior for non-ties
PR-URL: #825 Reviewed-by: Athan Reines <[email protected]>
1 parent 8b0e405 commit b877795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/draft/design_topics/accuracy.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ including the corresponding element-wise array APIs defined in this standard
2323
- multiply
2424
- divide
2525

26-
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).
26+
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).
2727

2828
Mathematical Functions
2929
----------------------

0 commit comments

Comments
 (0)