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