hankel
Hankel's asymptotic expansion of large values of \a x
Controller: CodeCogs
Contents
| doublehankel( | double | x | |
| double | v | ) |
There are two types of functions known as Hankel functions. The more common one is a complex function (also
called a Bessel function of the third kind, or Weber Function) which is a linear combination of Bessel functions of the
first and second kinds. These are called the Hankel functions of the first and second kinds.
The other type of Hankel function (this one) is defined by the contour integral:
for
,
,
, where
is a Hankel
contour.
See also Maths/Special/Bessel/J/J and Maths/Special/Bessel/Y/Y
References:
Cephes Math Library Release 2.8: June, 2000Parameters
x input argument v order
Authors
- Stephen L. Moshier. Copyright 1984, 1987, 2000
Documentation by Will Bateman (August 2005)
Source Code
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.



2.81
