Click or drag to resize

ISpecialFunctionsAiry Method

[Missing <summary> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Airy(System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]


Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
int Airy(
	double x,
	out double ai,
	out double aip,
	out double bi,
	out double bip
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Airy(System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

ai  Double

[Missing <param name="ai"/> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Airy(System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

aip  Double

[Missing <param name="aip"/> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Airy(System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

bi  Double

[Missing <param name="bi"/> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Airy(System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

bip  Double

[Missing <param name="bip"/> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Airy(System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

Return Value

Int32
See Also