Thanks to visit codestin.com Credit goes to github.com
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 ac74f5d commit f955412Copy full SHA for f955412
1 file changed
Doc/ref/ref5.tex
@@ -696,7 +696,7 @@ \section{Binary arithmetic operations\label{binary}}
696
yields a result with the same sign as its second operand (or zero);
697
the absolute value of the result is strictly smaller than the absolute
698
value of the second operand\footnote{
699
- While \code{abs(x\%y) < abs(y)) is true mathematically, for
+ While \code{abs(x\%y) < abs(y)} is true mathematically, for
700
floats it may not be true numerically due to roundoff. For
701
example, and assuming a platform on which a Python float is an
702
IEEE 754 double-precision number, in order that \code{-1e-100 \% 1e100}
0 commit comments