R/bessel.R

Defines functions bessel

Documented in bessel

#[export]
bessel <- function(x, nu, type = "I", expon.scaled = FALSE) {
  .Call(Rfast2_bessel, x, nu, type, expon.scaled)
}

Try the Rfast2 package in your browser

Any scripts or data that you put into this service are public.

Rfast2 documentation built on April 11, 2025, 6:15 p.m.