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

Hankel function H(z) of the first or second kind (Real argument, first or second kind, can be scaled.

Pascal
function Besh(NU: double; A: double; Scale: boolean; FirstKind: boolean): TCplx; overload;
Parameters 
Description 
NU 
describes the order of Hankel function. 
Defines real value for which H(Z) should be evaluated. 
Scale 
If true, the result will be multiplied by scale factor Exp(+i*A) or Exp(-i*A), depending on FirstKind parameter value. 
FirstKind 
If true, calculate Hankel function of first kind, if false, calculate Hankel function of second kind. 

modified Bessel function of the third kind - Hankel function H(A). If parameter FirstKind is true, the return function will be Hankel function of the first kind. If false, the return function will be Hankel function of second kind. If Scale parameter is true, the result will be multiplied by scale factor Exp(+i*A) or Exp(-i*A), depending on FirstKind parameter value.

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