Skip to main content

bessel_i0_impl

Function bessel_i0_impl 

Source
pub fn bessel_i0_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_0(x)$, or $e^{-|x|} I_0(x)$ when SCALED.

Even in x, so the sign is dropped up front and never restored.

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