AdvancedMathAiryBiZero Method |
Computes the requested zero of the Airy Bi (Bairy) function.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double AiryBiZero(
int k
)
Public Shared Function AiryBiZero (
k As Integer
) As Double
public:
static double AiryBiZero(
int k
)
static member AiryBiZero :
k : int -> float
Parameters
- k
- Type: SystemInt32
The index of the zero.
Return Value
Type:
DoubleThe
kth value of x for which Bi(x) = 0.
Exceptions See Also