Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f955412

Browse files
committed
* Doc/ref/ref5.tex
Fixed minor bug preventing documentation compilation.
1 parent ac74f5d commit f955412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref5.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ \section{Binary arithmetic operations\label{binary}}
696696
yields a result with the same sign as its second operand (or zero);
697697
the absolute value of the result is strictly smaller than the absolute
698698
value of the second operand\footnote{
699-
While \code{abs(x\%y) < abs(y)) is true mathematically, for
699+
While \code{abs(x\%y) < abs(y)} is true mathematically, for
700700
floats it may not be true numerically due to roundoff. For
701701
example, and assuming a platform on which a Python float is an
702702
IEEE 754 double-precision number, in order that \code{-1e-100 \% 1e100}

0 commit comments

Comments
 (0)