Author: Dan NagleDan Nagle Date: Sep 13, 2008 04:34
Hello,
On 2008-09-13 07:16:47 -0400, Fatemeh gmail.com> said:
> FUNCTION bessj_s(n,x)
> call assert(n >= 2, 'bessj_s args')
> Would you please tell me that is it true to comment this line:
> call assert(n >= 2, 'bessj_s args')
Do you know the value of the actual arguments?
BTW, if you want very high accuracy, the NR Bessel routines
might not be the best way to compute.
--
Cheers!
Dan Nagle
|