mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
[doc] Update references to NumPy (GH-22458)
Numeric(al) Python to NumPy. It seems the old name hasn't been used for some time.
This commit is contained in:
parent
bd0a08ea90
commit
c8bb24166e
4 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue