Special.AiryAiZero Method

Returns a zero of the Airy function Ai.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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.

Exceptions

See Also