Computes the Hankel function (Bessel function of the third kind) for real or complex inputs.
bessel_h(m, z, nu, expon_scaled = FALSE, verbose = 0)A complex vector containing the values of the bessel_h function evaluated at the points in z.
An integer representing the type of Hankel function. It must be either 1 (for the first kind) or 2 (for the second kind).
A numeric or complex vector representing the input values at which to evaluate the Hankel function.
A double representing the order of the Hankel function.
A logical value indicating whether to use the exponentially scaled form of the Hankel function. Defaults to FALSE.
An integer specifying the verbosity level for error messages. Defaults to 0.
Maechler2024RcppBessel
Amos1995RcppBessel