Click or drag to resize

AdvancedMathAiryBiZero Method

Computes the requested zero of the Airy Bi (Bairy) function.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double AiryBiZero(
	int k
)

Parameters

k
Type: SystemInt32
The index of the zero.

Return Value

Type: Double
The kth value of x for which Bi(x) = 0.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionk is less than 1.
See Also