Click or drag to resize

SpecialFunctionsAiryBiPrime(Complex) Method

Returns the derivative of the Airy function Bi.

AiryBiPrime(z) is defined as d/dz AiryBi(z).


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

Parameters

z  Complex
The value to compute the derivative of the Airy function of.

Return Value

Complex
The derivative of the Airy function Bi.
See Also