Skip to content

Commit 8b5c635

Browse files
committed
[expr.mul] Reword 'truncation towards zero' in footnote
1 parent 23430d7 commit 8b5c635

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/expressions.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6231,7 +6231,8 @@
62316231
For integral operands, the \tcode{/} operator yields the algebraic quotient with
62326232
any fractional part discarded;
62336233
\begin{footnote}
6234-
This is often called truncation towards zero.
6234+
Discarding the fractional part is rounding towards zero.
6235+
This rounding mode is often called truncation.
62356236
\end{footnote}
62366237
if the quotient \tcode{a/b} is representable in the type of the result,
62376238
\tcode{(a/b)*b + a\%b} is equal to \tcode{a}; otherwise, the behavior

0 commit comments

Comments
 (0)