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

Bessel function of the second kind Kn(A) (Real argument, can be scaled).

Syntax
C#
Visual Basic
public static TCplx Besk(double NU, double A, bool Scale);
Parameters 
Description 
double NU 
Defines the order of the Bessel function of the second kind Yn. 
double A 
Defines real value for which Kn(A) should be evaluated. 
bool Scale 
If Scale parameter is true, Kn(A) is multiplied by exp(-|Re(A)|)

the Bessel function of the second kind Kn(A), with NU parameter describing order of Bessel function.If Scale parameter is true, Kn(A) is multiplied by appropriate factor (see below).

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