Special.AiryAiZero Method

Returns a zero of the Airy function Ai.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double AiryAiZero(
	int k
)

Parameters

k  Int32
The one-based index of the zero.

Return Value

Double
The kth zero of the Airy function Ai, moving from 0 towards negative infinity.

See Also