Loadable Function: z = gsl_sf_airy_Bi_scaled (arg1, mode)
Loadable Function: [z, err] = gsl_sf_airy_Bi_scaled (…)

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.

err contains an estimate of the absolute error in the value z.

The argument mode must be an integer corresponding to

0 = GSL_PREC_DOUBLE

Double-precision, a relative accuracy of approximately 2e-16.

1 = GSL_PREC_SINGLE

Single-precision, a relative accuracy of approximately 1e-7.

2 = GSL_PREC_APPROX

Approximate values, a relative accuracy of approximately 5e-4.

This function is from the GNU Scientific Library, see http://www.gnu.org/software/gsl/ for documentation.

Package: gsl