AdvancedMathAiryAiZero Method |
Computes the requested zero of the Airy Ai function.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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 index of the zero.
Return Value
Type:
DoubleThe
kth value of x for which Ai(x) = 0.
Exceptions See Also