Asymptotic expansion of bessel J for transition region
double | J_nt (double x, double v)
|
BesselJ order reduction through backward recurrence.
double | J_recurrence (double x, double &v, double &newv, bool cancel)
|
Ascending power series approximation of Bessel function of the first kind.
double | J_series (double x, double v)
|
Asymptotic expansion of bessel J for large v.
double | J_expansion (double x, double v)
|
Bessel function of the first kind, with order zero and exponential scaling.
Bessel function of the first kind, with order one.
Bessel function of the first kind of integer order.
double | J (double x, int v)[inline]
|
double | J (double x, double v)
|