bigfloats of special functions (e.g. Bessel).. wasRe: integrate bessel_j errcatch?
- Subject: bigfloats of special functions (e.g. Bessel).. wasRe: integrate bessel_j errcatch?
- From: Richard Fateman
- Date: Thu, 08 Dec 2011 14:21:51 -0800
More googling re arbitrary precision.... here's an arbitrary precision
Bessel_j...
See
http://mpmath.googlecode.com/svn/trunk/doc/build/functions/bessel.html?highlight=bessel#besselj
and more generally, the mpmath library (in Python), which seems to be
trying to do the right thing.
Maybe we could just convert Python to Lisp. Or just run Python?
RJF