Skip to main content

unity_re

Function unity_re 

Source
pub fn unity_re<P, E, V>(a: V, b: V, q: V, plan: &PolylogPlan<E>) -> V
where P: Policy, E: FloatElement, V: FloatVector<Element = E> + RealMathWithPolicy<Element = E>,
Expand description

The real part of the unity series at mu = a + ib, including the fused or plain lead term. q = |mu|^2. See the module docs for the identities.

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