|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opensourcephysics.numerics.specialfunctions.Airy
public class Airy
Constructor Summary | |
---|---|
Airy()
|
Method Summary | |
---|---|
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)
Computes nt zeroes of Airy function |
static double |
airyZero(int n)
Computes the n-th zero of the Airy function |
static Function |
getDerivative()
Gets the derivative of the Airy function. |
static Function |
getFunction()
Gets the Airy function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Airy()
Method Detail |
---|
public static double airy(double x)
x
-
public static double airyDerivative(double x)
x
-
public static double airyZero(int n)
nt
-
public static double[] airynZeros(int nt)
nt
-
public static Function getFunction()
public static Function getDerivative()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |