Click or drag to resize

AdvancedMathAiryBi Method

Computes the Airy function of the second kind.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double AiryBi(
	double x
)

Parameters

x
Type: SystemDouble
The argument.

Return Value

Type: 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