org.opensourcephysics.numerics.specialfunctions
Class Airy

java.lang.Object
  extended by org.opensourcephysics.numerics.specialfunctions.Airy

public class Airy
extends java.lang.Object


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)
          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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Airy

public Airy()
Method Detail

airy

public static double airy(double x)
Computes the Airy function at x.

Parameters:
x -
Returns:

airyDerivative

public static double airyDerivative(double x)
Computes the derivative of the Airy function at x.

Parameters:
x -
Returns:

airyZero

public static double airyZero(int n)
Computes the n-th zero of the Airy function.

Parameters:
n -
Returns:

airynZeros

public static double[] airynZeros(int nt)
Gets nt zeroes of Airy function

Parameters:
nt -
Returns:

getFunction

public static Function getFunction()
Gets the singleton Airy function.


getDerivative

public static Function getDerivative()
Gets the singleton derivative of the Airy function.

Returns:
the derivative