Click or drag to resize

SpecialFunctionsAiryBiScaled(Double) Method

Returns the exponentially scaled Airy function Bi.

ScaledAiryBi(z) is given by Exp(-Abs(zta.Real)) * AiryBi(z) where zta = (2 / 3) * z * Sqrt(z).


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

Parameters

z  Double
The value to compute the Airy function of.

Return Value

Double
The exponentially scaled Airy function Bi.
See Also