Special.Airy Ai Zero Method
Returns a zero of the Airy function Ai.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The kth zero of the Airy function Ai, moving from 0 towards negative infinity.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.
Exceptions
Argument | k is less than 1. |