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

public class Airy extends Object
  • Constructor Details

    • Airy

      public Airy()
  • Method Details

    • 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