diff options
Diffstat (limited to 'docs/library/cmath.rst')
-rw-r--r-- | docs/library/cmath.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/cmath.rst b/docs/library/cmath.rst index 465cf54ad3..59e4ec1722 100644 --- a/docs/library/cmath.rst +++ b/docs/library/cmath.rst @@ -4,6 +4,8 @@ .. module:: cmath :synopsis: mathematical functions for complex numbers +|see_cpython_module| :mod:`python:cmath`. + The ``cmath`` module provides some basic mathematical functions for working with complex numbers. |