Kaydet (Commit) 8b0927ed authored tarafından Guido van Rossum's avatar Guido van Rossum

Added missing entry for cmath.

üst c57aff20
...@@ -8,6 +8,9 @@ that are available in all Python versions. Here's an overview: ...@@ -8,6 +8,9 @@ that are available in all Python versions. Here's an overview:
\item[math] \item[math]
--- Mathematical functions (\code{sin()} etc.). --- Mathematical functions (\code{sin()} etc.).
\item[cmath]
--- Mathematical functions for complex numbers.
\item[whrandom] \item[whrandom]
--- Floating point pseudo-random number generator. --- Floating point pseudo-random number generator.
......
...@@ -8,6 +8,9 @@ that are available in all Python versions. Here's an overview: ...@@ -8,6 +8,9 @@ that are available in all Python versions. Here's an overview:
\item[math] \item[math]
--- Mathematical functions (\code{sin()} etc.). --- Mathematical functions (\code{sin()} etc.).
\item[cmath]
--- Mathematical functions for complex numbers.
\item[whrandom] \item[whrandom]
--- Floating point pseudo-random number generator. --- 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