You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > SpecialFuncs Class > SpecialFuncs Methods > Airy Method > SpecialFuncs.Airy Method (double, bool, bool, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
SpecialFuncs.Airy Method (double, bool, bool, int)

Airy function or it's derivative of the first kind (Real argument, allows derivative and scale).

Syntax
C#
Visual Basic
public static double Airy(double A, bool Derive, bool Scale, ref int Error);
Parameters 
Description 
double A 
Defines complex value where AI or it's derivative should be evaluated. 
bool Derive 
is true, it will return derivative of Airy function of the first kind. 
bool Scale 
is true, result is additionaly multiplied by factor (see below) 
ref int Error 
Returns error code after the calculation. Return values are:
  • 0, Normal return - Computation completed.
  • 1, input error - no computation.
  • 2, overflow - no computation; dreal(zta)- too large with Scaling=false.
  • 3, zabs(z) large - computation completed. Losses of signifcance by argument reduction produce less than half of machine accuracy.
  • 4, zabs(z) too large - no computation; complete loss of accuracy by argument reduction.
  • 5, error - no computation; algorithm termination condition not met.
 

the Airy function or it's derivative from the K Bessel functions.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!