Returns a zero of the Airy function Ai.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double AiryAiZero(
int k
)
Public Shared Function AiryAiZero (
k As Integer
) As Double
public:
static double AiryAiZero(
int k
)
static member AiryAiZero :
k : int -> float
Parameters
- k
- Type: SystemInt32
The one-based index of the zero.
Return Value
Type:
DoubleThe
kth zero of the Airy function Ai,
moving from 0 towards negative infinity.
Reference