File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -503,10 +503,10 @@ \section{Terms}
503503The \verb |'%' | operator yields the remainder from the division
504504of the first argument by the second.
505505The numeric arguments are first converted to a common type.
506- The outcome of $ x % y$ is defined as $x - y*trunc(x/y)$.
506+ The outcome of $ x \ % y$ is defined as $ x - y*trunc(x/y)$ .
507507A zero right argument raises a {\tt RuntimeError} exception.
508508The arguments may be floating point numbers, e.g.,
509- $ 3.14 % 0.7$ equals $0.34$.
509+ $ 3.14 \ % 0.7 $ equals $ 0.34 $ .
510510
511511\section {Arithmetic expressions }
512512
Original file line number Diff line number Diff line change @@ -503,10 +503,10 @@ \section{Terms}
503503The \verb |'%' | operator yields the remainder from the division
504504of the first argument by the second.
505505The numeric arguments are first converted to a common type.
506- The outcome of $ x % y$ is defined as $x - y*trunc(x/y)$.
506+ The outcome of $ x \ % y$ is defined as $ x - y*trunc(x/y)$ .
507507A zero right argument raises a {\tt RuntimeError} exception.
508508The arguments may be floating point numbers, e.g.,
509- $ 3.14 % 0.7$ equals $0.34$.
509+ $ 3.14 \ % 0.7 $ equals $ 0.34 $ .
510510
511511\section {Arithmetic expressions }
512512
You can’t perform that action at this time.
0 commit comments