diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2022-10-14 19:32:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:37 +0700 |
commit | 51d687245984283f6983cc200adb44291f3b83bb (patch) | |
tree | 8aff2689c9899a825b24202fdad406c18f449912 /python/python2-sympy/README | |
parent | bbfed49df021040a5480fbd35a9ff69bc4fc32ac (diff) |
python/python2-sympy: Added (Python2 library for symbolic maths)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-sympy/README')
-rw-r--r-- | python/python2-sympy/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/python2-sympy/README b/python/python2-sympy/README new file mode 100644 index 0000000000..814629e9b6 --- /dev/null +++ b/python/python2-sympy/README @@ -0,0 +1,13 @@ +SymPy is a Python library for symbolic mathematics. It aims to become a +full-featured computer algebra system (CAS) while keeping the code as +simple as possible in order to be comprehensible and easily extensible. +SymPy is written entirely in Python and does require just mpmath as an +external library. + +SymPy has several optional dependencies which enhance its functionality +or make it faster. Here are some available at SlackBuilds.org: numpy, +scipy, matplotlib, ipython and pyglet. NOTE: some of these SlackBuilds +might be available for python3 only. + +Version 1.5.1 is the last one available with python2 compatibility. All +later versions are python3 only. |