My favorites | Sign in
Project Logo
                
Revision: r936
Author:  fredrik.johansson
Date:  Jun 19, 2009
Review scores: No one has yet scored this revision.
 

Log message

Massive hypergeometric patch

* Implemented asymptotic expansions for 0F1 and 1F1
* Implemented 2F0 and hypergeometric U
* Implemented hypercomb() for evaluation of composite hypergeometric expressions
* Fixed erf, erfi, erfc, airyai, airybi to use asymptotic hypergeometric
expansions for all real or complex arguments (TODO: the same for Bessel
functions, etc)
* Deprecated the poor low-level complex series for erf and erfc
* Implemented a helper function mag(z) that gives a quick magnitude estimate of
a number
* Some other small changes

Affected files

    expand all   collapse all
Modify/trunk/mpmath/__init__.pydiff
Modify/trunk/mpmath/function_docs.pydiff
Modify/trunk/mpmath/functions.pydiff
Modify/trunk/mpmath/libhyper.pydiff
Modify/trunk/mpmath/mptypes.pydiff
Modify/trunk/mpmath/tests/test_functions2.pydiff

Project members, sign in to write a code review
Hosted by Google Code