mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
583 B
Plaintext
10 lines
583 B
Plaintext
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 mpmath 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.
|