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

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

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

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

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