Click or drag to resize

BesselRelatedAiryExpAi Method

Overload List
 NameDescription
Public methodStatic memberAiryExpAi(Double) AiryExpAi(x) calculates the Airy function or the exponentially scaled Airy function depending on the value of the argument. The function and argument are both double precision. Returns Ai(x) for x <= 0.0 Ai(x) * exp(2/3 * x^(3/2)) for x >= 0.0.
Public methodStatic memberAiryExpAi(Double, Boolean) AiryExpAi(x) calculates the Airy function or the exponentially scaled Airy function depending on the value of the argument. The function and argument are both double precision. Returns Ai(x) for x <= 0.0 Ai(x) * exp(2/3 * x^(3/2)) for x >= 0.0.
Top
See Also