diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-10-01 23:22:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 23:22:14 (GMT) |
commit | c8bb24166e367d449158015cb9b1093f03c7175d (patch) | |
tree | 4dfe17e665e4db0fcb163322a92e0f23d475d826 /Doc/tutorial/floatingpoint.rst | |
parent | bd0a08ea90e4c7a2ebf29697937e9786d4d8e5ee (diff) | |
download | cpython-c8bb24166e367d449158015cb9b1093f03c7175d.zip cpython-c8bb24166e367d449158015cb9b1093f03c7175d.tar.gz cpython-c8bb24166e367d449158015cb9b1093f03c7175d.tar.bz2 |
[doc] Update references to NumPy (GH-22458)
Numeric(al) Python to NumPy. It seems the old name hasn't been used for some time.
Diffstat (limited to 'Doc/tutorial/floatingpoint.rst')
-rw-r--r-- | Doc/tutorial/floatingpoint.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/floatingpoint.rst b/Doc/tutorial/floatingpoint.rst index 0c0eb52..b98de6e 100644 --- a/Doc/tutorial/floatingpoint.rst +++ b/Doc/tutorial/floatingpoint.rst @@ -158,7 +158,7 @@ which implements arithmetic based on rational numbers (so the numbers like 1/3 can be represented exactly). If you are a heavy user of floating point operations you should take a look -at the Numerical Python package and many other packages for mathematical and +at the NumPy package and many other packages for mathematical and statistical operations supplied by the SciPy project. See <https://scipy.org>. Python provides tools that may help on those rare occasions when you really |