16 #error no need to expose this header to Swig
20 #ifndef BORNAGAIN_BASE_MATH_BESSEL_H
21 #define BORNAGAIN_BASE_MATH_BESSEL_H
23 #include <heinz/Complex.h>
44 complex_t
J0(complex_t z);
47 complex_t
J1(complex_t z);
50 complex_t
J1c(complex_t z);
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.