Difference between revisions of "Mpmath"

From Free Software Directory
Jump to: navigation, search
m (Genium moved page Astroid to Mpmath: packagename)
(updates)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Astroid
+
|Name=Mpmath
 
|Short description=library for arbitrary-precision floating-point arithmetic
 
|Short description=library for arbitrary-precision floating-point arithmetic
|Full description=Mpmath is a pure-Python library for multiprecision floating-point
+
|Full description=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.
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 mpmath implements asymptotically
 
fast algorithms that scale well for extremely high precision
 
work.
 
  
If available, mpmath will (optionally) use gmpy to speed up high
+
If available, mpmath will (optionally) use gmpy to speed up high precision operations. If matplotlib is available, mpmath also provides a convenient plotting interface.
precision operations. If matplotlib is available, mpmath also
 
provides a convenient plotting interface.
 
  
 
Its features include:
 
Its features include:
  
* Fair performance -- typically 10-100x faster than Python's
+
* Fair performance -- typically 10-100x faster than Python's decimal library   
decimal library  * Transcendental functions -- all functions
+
* Transcendental functions -- all functions from Python's math and cmath modules, plus a few more like gamma, factorial, erf   
from Python's math and     cmath modules, plus a few more like
+
* Complex numbers -- with support for transcendental functions   
gamma, factorial, erf  * Complex numbers -- with support for
+
* Directed rounding -- floor, ceiling, down, up, half-down, half-up, half-even   
transcendental functions  * Directed rounding -- floor, ceiling,
+
* Unlimited exponents -- no overflow or underflow
down, up, half-down,     half-up, half-even  * Unlimited
 
exponents -- no overflow or underflow
 
 
|Homepage URL=http://www.mpmath.org/
 
|Homepage URL=http://www.mpmath.org/
|User level=
+
|User level=advanced
|Component programs=
+
|VCS checkout command=git clone git://github.com/fredrik-johansson/mpmath.git
|VCS checkout command=
 
 
|Computer languages=Python
 
|Computer languages=Python
 +
|Documentation note=Online documentation available at: http://www.mpmath.org/doc/current/
 +
|Version identifier=0.19
 +
|Version date=2014/01/10
 +
|Version status=stable
 +
|Version download=http://www.mpmath.org/files/mpmath-0.19.tar.gz
 +
|Last review by=Genium
 +
|Last review date=2016/02/25
 +
|Submitted by=Debian import
 +
|Submitted date=2015-07-17
 
|Status=
 
|Status=
 
|Is GNU=No
 
|Is GNU=No
|Version identifier=0.19-1
 
|Version download=http://ftp.debian.org/debian/pool/main/m/mpmath/mpmath_0.19.orig.tar.gz
 
|Submitted by=Debian import
 
|Submitted date=2015-07-17
 
 
}}
 
}}
{{Import
+
{{Project license
|Source=Debian
+
|License=BSD 3Clause
|Source link=http://packages.debian.org/sid/mpmath
+
|License verified by=Genium
|Source packages=mpmath 0.19-1
+
|License verified date=2016/02/25
|Date=2015-07-17
+
}}
 +
{{Person
 +
|Real name=Fredrik Johansson
 +
|Role=Maintainer 2005-2013
 +
|Email=fredrik.johansson@gmail.com
 +
|Resource URL=
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=http://github.com/fredrik-johansson/mpmath
 
}}
 
}}
{{Project license
+
{{Resource
|License=Other
+
|Resource audience=Bugs
|License copyright=Copyright 2005-2014 Fredrik Johansson and mpmath contributors
+
|Resource kind=Bug Tracking
|License verified by=Debian: Sandro Tosi <morph@debian.org>
+
|Resource URL=https://github.com/fredrik-johansson/mpmath/issues
|License verified date=2014-07-27
 
|License note=License: bsd
 
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Debian
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=http://www.mpmath.org/
+
|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
 +
|Interface=library
 +
|Mathematics=plotting
 +
|Programming-language=python
 +
|Use=library
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=Python 2.5 or higher
 +
}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2015-07-17
 +
|Source=Debian
 +
|Source link=http://packages.debian.org/sid/mpmath
 
}}
 
}}

Revision as of 05:41, 25 February 2016


[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.




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


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


"Python" 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.