33double BesselJ(
double x, sal_Int32 n);
40double BesselI(
double x, sal_Int32 n);
47double BesselY(
double x, sal_Int32 n);
54double BesselK(
double x, sal_Int32 n);
double BesselI(double x, sal_Int32 n)
Returns the result for the modified BESSEL function of first kind (I), n-th order,...
double BesselK(double fNum, sal_Int32 nOrder)
Returns the result for the modified BESSEL function of second kind (K), n-th order,...
double BesselY(double fNum, sal_Int32 nOrder)
Returns the result for the unmodified BESSEL function of second kind (Y), n-th order,...
double BesselJ(double x, sal_Int32 N)
Returns the result for the unmodified BESSEL function of first kind (J), n-th order,...