diff options
Diffstat (limited to 'academic/python3-scipy/slack-desc')
-rw-r--r-- | academic/python3-scipy/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/academic/python3-scipy/slack-desc b/academic/python3-scipy/slack-desc new file mode 100644 index 0000000000000..92ab6f1d7a8db --- /dev/null +++ b/academic/python3-scipy/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-scipy: python3-scipy (python library for math, science, and engineering) +python3-scipy: +python3-scipy: The SciPy library is built to work with NumPy arrays, and provides +python3-scipy: many user-friendly and efficient numerical routines such as routines +python3-scipy: for numerical integration and optimization. Together, they run on all +python3-scipy: popular operating systems, are quick to install, and are free of +python3-scipy: charge. NumPy and SciPy are easy to use, but powerful enough to be +python3-scipy: depended upon by some of the world's leading scientists and engineers. +python3-scipy: +python3-scipy: https://www.scipy.org/ +python3-scipy: |