public class BesselFunctions
extends java.lang.Object
Constructor and Description |
---|
BesselFunctions() |
Modifier and Type | Method and Description |
---|---|
static double |
besselI0(double x)
Zeroth-order modified Bessel function of the first kind.
|
static double |
besselI1(double x)
First-order modified Bessel function of the first kind.
|
static double |
besselIn(int n,
double x)
nth-order modified Bessel function of the first kind.
|
static double |
besselJ0(double x)
Zeroth-order Bessel function of the first kind.
|
static double |
besselJ1(double x)
First-order Bessel function of the first kind.
|
public static double besselJ0(double x)
x
- value to evaluate function atpublic static double besselJ1(double x)
x
- value to evaluate function atpublic static double besselI0(double x)
x
- value to evaluate function atpublic static double besselI1(double x)
x
- value to evaluate function atpublic static double besselIn(int n, double x)
x
- value to evaluate function at