AdvancedMathAiryBi Method

Computes the Airy function of the second kind.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static double AiryBi(
	double x
)

Parameters

x  Double
The argument.

Return Value

Double
The value Bi(x).

Remarks

For information on the Airy functions, see Airy(Double).

While the notation Bi(x) was chosen simply as a natural complement to Ai(x), it has influenced the common nomenclature for this function, which is now often called the "Bairy function".

See Also