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

Bessel function of the second kind Yn(Z) (Complex argument, can be scaled).

Pascal
function Besy(NU: double; Z: TCplx; Scale: boolean): TCplx; overload;
Parameters 
Description 
NU 
Defines the order of the Bessel function of the second kind Yn. 
Defines complex value for which Yn(Z) should be evaluated. 
Scale 
If Scale parameter is true, Yn(Z) is multiplied by -exp(-|Im(Z)|)

the Bessel function of the second kind Yn(Z), with NU parameter describing order of Bessel function.If Scale parameter is true, Yn(Z) 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!