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 d544cfc commit 7e7afe0Copy full SHA for 7e7afe0
source/expressions.tex
@@ -6133,9 +6133,9 @@
6133
\tcode{\%} operator yields the remainder from the division of the first
6134
expression by the second.
6135
\indextext{zero!undefined division by}%
6136
-If the second operand of \tcode{/} or \tcode{\%} is zero the behavior is
+If the second operand of \tcode{/} or \tcode{\%} is zero, the behavior is
6137
undefined.
6138
-For integral operands the \tcode{/} operator yields the algebraic quotient with
+For integral operands, the \tcode{/} operator yields the algebraic quotient with
6139
any fractional part discarded;
6140
\begin{footnote}
6141
This is often called truncation towards zero.
0 commit comments