Skip to main content

bessel_i1_impl

Function bessel_i1_impl 

Source
pub fn bessel_i1_impl<P, V, const NS: usize, const NL: usize, const NF: usize, const SCALED: bool>(
    x: V,
    t: &BesselI<V::Element, NS, NL, NF>,
) -> V
Expand description

$I_1(x)$, or $e^{-|x|} I_1(x)$ when SCALED.

Odd in x: computed on |x| and signed at the end, so the small arm keeps its all-positive series and the large arm keeps a positive reciprocal.

Last built: 2026-09-08 21:35:55 UTC