mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Added missing entry for cmath.
This commit is contained in:
parent
c57aff20e3
commit
8b0927eddc
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue