Added missing entry for cmath.

This commit is contained in:
Guido van Rossum 1998-02-11 22:33:57 +00:00
parent c57aff20e3
commit 8b0927eddc
2 changed files with 6 additions and 0 deletions

View 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.

View 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.