Returns a zero of the Airy function Bi.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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 one-based index of the zero.
Return Value
Type:
DoubleThe
kth zero of the Airy function Bi,
moving from 0 towards negative infinity.
Reference