mpmath 0.5 (Default branch) |
|
|
Saturday November 24, 2007. 10:54 PM FreshMeat
mpmath is a pure-Python library for
arbitrary-precision floating-point arithmetic with
support for complex numbers and transcendental
functions.
License: BSD License (revised)
Changes:
The most significant new feature is the quadts
function for arbitrary-precision numerical
integration using the tanh-sinh algorithm. The
modulo operator and floor/ceil functions have also
been implemented, and there is partial support for
the special numbers inf and nan. Other small
changes include a slight speedup of multiplication
and division.
|