Difference between revisions of "Mpmath"

From Free Software Directory
Jump to: navigation, search
(Added Debian link)
(Added Python link)
 
Line 15: Line 15:
 
|Homepage URL=http://www.mpmath.org/
 
|Homepage URL=http://www.mpmath.org/
 
|User level=advanced
 
|User level=advanced
 +
|Is High Priority Project=No
 
|VCS checkout command=git clone git://github.com/fredrik-johansson/mpmath.git
 
|VCS checkout command=git clone git://github.com/fredrik-johansson/mpmath.git
 
|Computer languages=Python
 
|Computer languages=Python
 
|Documentation note=Online documentation available at: http://www.mpmath.org/doc/current/
 
|Documentation note=Online documentation available at: http://www.mpmath.org/doc/current/
 +
|Decommissioned/Obsolete=No
 
|Accepts cryptocurrency donations=No
 
|Accepts cryptocurrency donations=No
 
|Version identifier=0.19
 
|Version identifier=0.19
Line 23: Line 25:
 
|Version status=stable
 
|Version status=stable
 
|Version download=http://www.mpmath.org/files/mpmath-0.19.tar.gz
 
|Version download=http://www.mpmath.org/files/mpmath-0.19.tar.gz
 +
|Test entry=No
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/02/22
+
|Last review date=2018/04/17
 
|Submitted date=2015-07-17
 
|Submitted date=2015-07-17
 
|Is GNU=No
 
|Is GNU=No
Line 37: Line 40:
 
|Role=Maintainer 2005-2013
 
|Role=Maintainer 2005-2013
 
|Email=fredrik.johansson@gmail.com
 
|Email=fredrik.johansson@gmail.com
 +
}}
 +
{{Resource
 +
|Resource audience=Python (Ref)
 +
|Resource URL=https://pypi.org/project/mpmath
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 51: Line 58:
 
|Resource kind=Bug Tracking
 
|Resource kind=Bug Tracking
 
|Resource URL=https://github.com/fredrik-johansson/mpmath/issues
 
|Resource URL=https://github.com/fredrik-johansson/mpmath/issues
}}
 
{{Resource
 
|Resource audience=Debian
 
|Resource kind=Download
 
|Resource URL=http://ftp.debian.org/debian/pool/main/m/mpmath/
 
}}
 
{{Resource
 
|Resource audience=Python
 
|Resource kind=Homepage
 
|Resource URL=https://pypi.python.org/pypi/mpmath/
 
 
}}
 
}}
 
{{Software category
 
{{Software category

Latest revision as of 17:06, 17 April 2018


[edit]

Mpmath

http://www.mpmath.org/
library for arbitrary-precision floating-point arithmetic

Mpmath is a pure-Python library for multiprecision floating-point arithmetic. It provides an extensive set of transcendental functions, unlimited exponent sizes, complex numbers, interval arithmetic, numerical integration and differentiation, root-finding, linear algebra, and much more. Almost any calculation can be performed just as well at 10-digit or 1000-digit precision, and in many cases pmath implements asymptotically fast algorithms that scale well for extremely high precision work.

If available, mpmath will (optionally) use gmpy to speed up high precision operations. If matplotlib is available, mpmath also provides a convenient plotting interface.

Its features include:

  • Fair performance -- typically 10-100x faster than Python's decimal library
  • Transcendental functions -- all functions from Python's math and cmath modules, plus a few more like gamma, factorial, erf
  • Complex numbers -- with support for transcendental functions
  • Directed rounding -- floor, ceiling, down, up, half-down, half-up, half-even
  • Unlimited exponents -- no overflow or underflow





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

25 February 2016




Leaders and contributors

Contact(s)Role
Fredrik Johansson Maintainer 2005-2013


Resources and communication

AudienceResource typeURI
Debian (Ref)https://tracker.debian.org/pkg/mpmath
BugsBug Trackinghttps://github.com/fredrik-johansson/mpmath/issues
DeveloperVCS Repository Webviewhttp://github.com/fredrik-johansson/mpmath
Python (Ref)https://pypi.org/project/mpmath


Software prerequisites

KindDescription
Required to usePython 2.5 or higher




Entry








"Maintainer 2005-2013" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"Bugs" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Date 2015-07-17
Source Debian
Source link http://packages.debian.org/sid/mpmath

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.