Bug 128133 - [NEW PORT]math/py-mpmath:Python Library for Arbitrary-precision Floating-point Arithmetic
Summary: [NEW PORT]math/py-mpmath:Python Library for Arbitrary-precision Floating-poin...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 00:10 UTC by wenheping
Modified: 2008-10-19 15:00 UTC (History)
0 users

See Also:


Attachments
file.shar (12.48 KB, text/plain)
2008-10-16 00:10 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-10-16 00:10:01 UTC
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.

WWW:    http://code.google.com/p/mpmath/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-16 00:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-10-19 14:49:45 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-10-19 14:50:21 UTC
miwi        2008-10-19 13:50:08 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/py-mpmath       Makefile distinfo pkg-descr pkg-plist 
  Log:
  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.
  
  WWW:    http://code.google.com/p/mpmath/
  
  PR:             ports/128133
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.567     +1 -0      ports/math/Makefile
  1.1       +33 -0     ports/math/py-mpmath/Makefile (new)
  1.1       +3 -0      ports/math/py-mpmath/distinfo (new)
  1.1       +11 -0     ports/math/py-mpmath/pkg-descr (new)
  1.1       +209 -0    ports/math/py-mpmath/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"