From 4c577d79ec50932cde61054cd1673bd3012f043c Mon Sep 17 00:00:00 2001 From: Alexander Verbovetsky Date: Sat, 13 Aug 2022 08:13:53 +0700 Subject: python/python-mpmath: Added (arithmetic library). Signed-off-by: Willy Sudiarto Raharjo --- python/python-mpmath/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python-mpmath/README (limited to 'python/python-mpmath/README') diff --git a/python/python-mpmath/README b/python/python-mpmath/README new file mode 100644 index 0000000000..4a95feacd3 --- /dev/null +++ b/python/python-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. + +python-gmpy2 is an optional runtime dependency. -- cgit v1.2.3