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 23430d7 commit 8b5c635Copy full SHA for 8b5c635
source/expressions.tex
@@ -6231,7 +6231,8 @@
6231
For integral operands, the \tcode{/} operator yields the algebraic quotient with
6232
any fractional part discarded;
6233
\begin{footnote}
6234
-This is often called truncation towards zero.
+Discarding the fractional part is rounding towards zero.
6235
+This rounding mode is often called truncation.
6236
\end{footnote}
6237
if the quotient \tcode{a/b} is representable in the type of the result,
6238
\tcode{(a/b)*b + a\%b} is equal to \tcode{a}; otherwise, the behavior
0 commit comments