Function puruspe::Jn

source ·
pub fn Jn(n: usize, x: f64) -> f64
Expand description

Bessel function of the first kind (n>=0)

§Arguments

  • n - Order of Bessel function (non-negative integer)
  • x - Argument of Bessel function