Computes the Bessel function of the second kind (Neumann function) for real or complex inputs.
bessel_y(z, nu, expon_scaled = FALSE, verbose = 0)A numeric or complex vector (depending on the input) containing the values of the bessel_y function evaluated at the points in z.
A numeric or complex vector representing the input values at which to evaluate the Bessel function.
A double representing the order of the Bessel function.
A logical value indicating whether to use the exponentially scaled form of the Bessel function. Defaults to FALSE.
An integer specifying the verbosity level for error messages. Defaults to 0.
Maechler2024RcppBessel
Amos1995RcppBessel