Click or drag to resize

SpecialFunctionsAiryBi(Double) Method

Returns the Airy function Bi.

AiryBi(z) is a solution to the Airy equation, y'' - y * z = 0.


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double AiryBi(
	double z
)

Parameters

z  Double
The value to compute the Airy function of.

Return Value

Double
The Airy function Bi.
See Also