Метод | Описание | |
---|---|---|
j0 ( double x ) : double |
Returns the Bessel function of order 0 of the specified number.
|
|
j1 ( double x ) : double |
Returns the Bessel function of order 1 of the specified number.
|
|
jn ( int n, double x ) : double |
Returns the Bessel function of order n of the specified number.
|
|
y0 ( double x ) : double |
Returns the Bessel function of the second kind, of order 0 of the specified number.
|
|
y1 ( double x ) : double |
Returns the Bessel function of the second kind, of order 1 of the specified number.
|
|
yn ( int n, double x ) : double |
Returns the Bessel function of the second kind, of order n of the specified number.
|
public static jn ( int n, double x ) : double | ||
n | int | Order |
x | double | x |
Результат | double |
public static yn ( int n, double x ) : double | ||
n | int | Order |
x | double | x |
Результат | double |