Manual: remove text that should be been removed earlier - libzahl - big integer… | |
git clone git://git.suckless.org/libzahl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 9679a3acea9bdb62286f5853cbc990d75db61a6a | |
parent a049db580776ed41bb4583bfb331d97c5a80900a | |
Author: Mattias Andrée <[email protected]> | |
Date: Sun, 19 Jun 2016 02:55:52 +0200 | |
Manual: remove text that should be been removed earlier | |
Signed-off-by: Mattias Andrée <[email protected]> | |
Diffstat: | |
M doc/not-implemented.tex | 3 +-- | |
1 file changed, 1 insertion(+), 2 deletions(-) | |
--- | |
diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex | |
@@ -85,8 +85,7 @@ more about this, I refer you to Wikipeida. | |
\mbox{lcm}(a, b) = \frac{\lvert a \cdot b \rvert}{\mbox{gcd}(a, b)} | |
}\) | |
-Be aware, {\tt zgcd} can return zero. If this | |
-is ignored. | |
+Be aware, {\tt zgcd} can return zero. | |
\newpage |