You are here: Symbol Reference > SpecialFuncs Namespace > Functions > SpecialFuncs.Besk Function
MtxVec VCL
ContentsIndex
PreviousUpNext
SpecialFuncs.Besk Function

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

Pascal
function Besk(NU: double; A: double; Scale: boolean): TCplx; overload;
Parameters 
Description 
NU 
Defines the order of the Bessel function of the second kind Yn. 
Defines real value for which Kn(A) should be evaluated. 
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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!