Introduction
Introduction Statistics Contact Development Disclaimer Help
Manual: lcm: warn that gcd may be zero - libzahl - big integer library
git clone git://git.suckless.org/libzahl
Log
Files
Refs
README
LICENSE
---
commit 1cd4ab5ac3c4084541eb1b999e3af9c9156f5bca
parent 5c96f694655fa00ea03bc13244435e9b264250b0
Author: Mattias Andrée <[email protected]>
Date: Mon, 6 Jun 2016 12:21:51 +0200
Manual: lcm: warn that gcd may be zero
Signed-off-by: Mattias Andrée <[email protected]>
Diffstat:
M doc/not-implemented.tex | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex
@@ -85,6 +85,9 @@ 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.
+
\newpage
\section{Modular multiplicative inverse}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.