Click or drag to resize

AdvancedMathAiryAiZero Method

Computes the requested zero of the Airy Ai function.

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

Parameters

k
Type: SystemInt32
The index of the zero.

Return Value

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