]> granicus.if.org Git - python/commitdiff
Added missing entry for cmath.
authorGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:33:57 +0000 (22:33 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:33:57 +0000 (22:33 +0000)
Doc/lib/libmisc.tex
Doc/libmisc.tex

index 04be32bd3acd452704ee33db2b8986e5d2f0a679..2493e32bcf631a0234e4a68d67c120e2e50c53ab 100644 (file)
@@ -8,6 +8,9 @@ that are available in all Python versions.  Here's an overview:
 \item[math]
 --- Mathematical functions (\code{sin()} etc.).
 
+\item[cmath]
+--- Mathematical functions for complex numbers.
+
 \item[whrandom]
 --- Floating point pseudo-random number generator.
 
index 04be32bd3acd452704ee33db2b8986e5d2f0a679..2493e32bcf631a0234e4a68d67c120e2e50c53ab 100644 (file)
@@ -8,6 +8,9 @@ that are available in all Python versions.  Here's an overview:
 \item[math]
 --- Mathematical functions (\code{sin()} etc.).
 
+\item[cmath]
+--- Mathematical functions for complex numbers.
+
 \item[whrandom]
 --- Floating point pseudo-random number generator.