Skip to main content

polylog_impl

Function polylog_impl 

Source
pub fn polylog_impl<P, E, V>(z_in: V, order: PolylogOrder<E, E::Signed>) -> V
where P: Policy, E: PolylogElement, V: FloatVectorWithBits<Element = E> + RealMathWithPolicy<Element = E>, V::Signed: GenericVector<Element = E::Signed>,
Expand description

The real part of Li_s(z) for real z, every real order. See the module documentation.

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