diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2019-07-27 07:33:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-27 07:33:53 +0700 |
commit | 3f7577db577a93738e7b8fe55f7d7a8bd4e0e5e7 (patch) | |
tree | c9fa2b86ba79fd50f2387f74b34fb28968efe5c8 /python/python3-mpmath/README | |
parent | 46fffcd2c808aa86ebc6f81f8184b2b3d3cc44ba (diff) | |
download | slackbuilds-3f7577db577a93738e7b8fe55f7d7a8bd4e0e5e7.tar.gz |
python/python3-mpmath: Added (arithmetic library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-mpmath/README')
-rw-r--r-- | python/python3-mpmath/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-mpmath/README b/python/python3-mpmath/README new file mode 100644 index 0000000000..a74dd4742b --- /dev/null +++ b/python/python3-mpmath/README @@ -0,0 +1,6 @@ +mpmath is a free (BSD licensed) Python library for real and complex +floating-point arithmetic with arbitrary precision. It has been developed +by Fredrik Johansson since 2007, with help from many contributors. + +This is the python3 version of mpmath and it can coexist with SBo's +mpmath package. |