Skip to main content

bessel_j

Function bessel_j 

Source
pub fn bessel_j(n: i32, x: f64) -> f64
Expand description

Bessel function of the first kind J_n(x), integer order (any sign). Defined for all real x. J_{-n} = (−1)^n J_n.