13#ifndef OAKFIELD_MATH_BESSEL_H
14#define OAKFIELD_MATH_BESSEL_H
double sim_bessel_j0_f64(double x)
Cylindrical Bessel J_0(x) for double-precision real x.
float sim_bessel_jn_f32(int order, float x)
Cylindrical Bessel J_n(x) for integer order n and single-precision real x.
double sim_bessel_jn_f64(int order, double x)
Cylindrical Bessel J_n(x) for integer order n and double-precision real x.
double sim_bessel_j1_f64(double x)
Cylindrical Bessel J_1(x) for double-precision real x.