GSL::Sf::airy_Ai(x, mode = GSL::PREC_DOUBLE)
-
Computes the Airy function Ai(x) with an accuracy specified by mode.
GSL::Sf::airy_Bi(x, mode = GSL::PREC_DOUBLE)
-
Computes the Airy function Bi(x) with an accuracy specified by mode.
GSL::Sf::airy_Ai_scaled(x, mode = GSL::PREC_DOUBLE)
-
Computes a scaled version of the Airy function S_A(x) Ai(x).
For x>0 the scaling factor S_A(x) is exp(+(2/3) x^(3/2)), and is 1 for x<0.
GSL::Sf::airy_Bi_scaled(x, mode = GSL::PREC_DOUBLE)
-
Computes a scaled version of the Airy function S_B(x) Bi(x).
For x>0 the scaling factor S_B(x) is exp(-(2/3) x^(3/2)), and is 1 for x<0.
GSL::Sf::airy_Ai_deriv(x, mode = GSL::PREC_DOUBLE)
-
Computes the Airy function derivative Ai'(x) with an accuracy
specified by mode.
GSL::Sf::airy_Bi_deriv(x, mode = GSL::PREC_DOUBLE)
-
Computes the Airy function derivative Bi'(x) with an accuracy
specified by mode.
GSL::Sf::airy_Ai_deriv_scaled(x, mode = GSL::PREC_DOUBLE)
-
Computes the derivative of the scaled Airy function S_A(x) Ai(x).
GSL::Sf::airy_Bi_deriv_scaled(x, mode = GSL::PREC_DOUBLE)
-
Computes the derivative of the scaled Airy function S_B(x) Bi(x).
GSL::Sf::airy_zero_Ai(s)
-
Computes the location of the s-th zero of the Airy function Ai(x).
GSL::Sf::airy_zero_Bi(s)
-
Computes the location of the s-th zero of the Airy function Bi(x).
GSL::Sf::airy_zero_Ai_deriv(s)
-
Computes the location of the s-th zero of the Airy function
derivative Ai'(x).
GSL::Sf::airy_zero_Bi_deriv(s)
-
Computes the location of the s-th zero of the Airy function
derivative Bi'(x).