SpecialFunctionsAiryBi(Double) Method |
Returns the Airy function Bi.
AiryBi(z) is a solution to the Airy equation, y'' - y * z = 0.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double AiryBi(
double z
)
Parameters
- z Double
- The value to compute the Airy function of.
Return Value
DoubleThe Airy function Bi.
See Also