We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7755bc commit fadc692Copy full SHA for fadc692
1 file changed
docs/scenarios/scientific.rst
@@ -19,6 +19,7 @@ Libraries
19
20
NumPy
21
-----
22
+
23
`NumPy <http://numpy.scipy.org/>`_ is a low level library written in C (and
24
FORTRAN) for high level mathematical functions. NumPy cleverly overcomes the
25
problem of running slower algorithms on Python by using multidimensional arrays
@@ -33,6 +34,7 @@ NumPy is compatible with Python versions 2.4 through to 2.7.2 and 3.1+.
33
34
35
SciPy
36
37
38
`SciPy <http://scipy.org/>`_ is a library that uses Numpy for more mathematical
39
function. SciPy uses NumPy arrays as its basic data structure. SciPy comes with
40
modules for various commonly used tasks in scientific programing like linear
0 commit comments