Skip to main content

phi_internal

Function phi_internal 

Source
pub fn phi_internal<V, E, P, const ADAPTIVE: bool>(
    z: V,
    n: u32,
    terms: usize,
) -> V
where E: FloatElement, V: FloatVector<Element = E> + SpecializedTranscendentalMath<E>, P: Policy,
Expand description

The runtime-order twin of phi_internal_n: the same two arms with N as a value. The 1/N! prefactor and the per-term ratios are the same running products, so the two forms agree to the bit for the same terms.

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