bigfloats of special functions (e.g. Bessel).. wasRe: integrate bessel_j errcatch?



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