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

Bessel function of the second kind Yn(Z) (Real argument).

Syntax
C#
Visual Basic
public static TCplx Besy(double NU, double A);
Parameters 
Description 
double NU 
Defines the order of the Bessel function of the second kind Jn. 
double A 
Defines real value for which JYn(Z) should be evaluated. 

the Bessel function of the second kind Yn(A), with NU parameter describing order of Bessel function.

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