Special.Airy Ai Zero 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#
The kth zero of the Airy function Ai, moving from 0 towards negative infinity.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double AiryAiZero(
int k
)
Parameters
- k Int32
- The one-based index of the zero.
Return Value
DoubleThe kth zero of the Airy function Ai, moving from 0 towards negative infinity.