16 #error no need to expose this header to Swig
20 #ifndef BORNAGAIN_BASE_MATH_BESSEL_H
21 #define BORNAGAIN_BASE_MATH_BESSEL_H
Defines complex_t, and a few elementary functions.
std::complex< double > complex_t
double J0(double x)
Bessel function of the first kind and order 0.
double I0(double x)
Modified Bessel function of the first kind and order 0.
double J1(double x)
Bessel function of the first kind and order 1.
double J1c(double x)
Bessel function J1(x)/x.
Various mathematical functions.