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

Bessel function of the first kind Jn(Z) (Complex argument, can be scaled).

Syntax
C#
Visual Basic
public static TCplx Besj(double NU, TCplx Z, bool Scale);
Parameters 
Description 
double NU 
Defines the order of the Bessel function of the first kind Jn. 
TCplx Z 
Defines complex value for which Jn(Z) should be evaluated. 
bool Scale 
If Scale parameter is true, Jn(Z) is multiplied by exp(-|Im(Z)|)

the Bessel function of the first kind Jn(Z) with NU parameter describing order of Bessel function. If Scale parameter is true, Jn(Z) is multiplied by exp(-|Im(Z)|)

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