Click or drag to resize

BesselRelatedAiryExpBi Method

Overload List
 NameDescription
Public methodStatic memberAiryExpBi(Double) AiryExpBi(x) calculates the double precision Airy function of the second kind or the double precision exponentially scaled Airy function of the second kind, depending on the value of the double precision argument x. Returns Bi(x) for x <= 0.0 Bi(x)*exp( -2/3 * x^(3/2)) for x >= 0.0
Public methodStatic memberAiryExpBi(Double, Boolean) AiryExpBi(x) calculates the double precision Airy function of the second kind or the double precision exponentially scaled Airy function of the second kind, depending on the value of the double precision argument x. Returns Bi(x) for x <= 0.0 Bi(x)*exp( -2/3 * x^(3/2)) for x >= 0.0
Top
See Also