public class Airy
extends java.lang.Object
| Constructor | Description |
|---|---|
Airy() |
| Modifier and Type | Method | Description |
|---|---|---|
static double |
airy(double x) |
Computes the Airy function at x.
|
static double |
airyDerivative(double x) |
Computes the derivative of the Airy function at x.
|
static double[] |
airynZeros(int nt) |
Gets nt zeroes of Airy function
|
static double |
airyZero(int n) |
Computes the n-th zero of the Airy function.
|
static Function |
getDerivative() |
Gets the singleton derivative of the Airy function.
|
static Function |
getFunction() |
Gets the singleton Airy function.
|
public static double airy(double x)
x - public static double airyDerivative(double x)
x - public static double airyZero(int n)
n - public static double[] airynZeros(int nt)
nt - public static Function getFunction()
public static Function getDerivative()