Commit 8b0927ed authored by Guido van Rossum's avatar Guido van Rossum

Added missing entry for cmath.

parent c57aff20
......@@ -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.
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment