Go to the source code of this file.
|
double | sca::analysis::BesselJ (double x, sal_Int32 n) |
| Returns the result for the unmodified BESSEL function of first kind (J), n-th order, at point x. More...
|
|
double | sca::analysis::BesselI (double x, sal_Int32 n) |
| Returns the result for the modified BESSEL function of first kind (I), n-th order, at point x. More...
|
|
double | sca::analysis::BesselY (double x, sal_Int32 n) |
| Returns the result for the unmodified BESSEL function of second kind (Y), n-th order, at point x. More...
|
|
double | sca::analysis::BesselK (double x, sal_Int32 n) |
| Returns the result for the modified BESSEL function of second kind (K), n-th order, at point x. More...
|
|