pub fn expint_double_n<P: Policy, E, V, const N: usize>(x: V) -> Vwhere
E: FloatElementWithBits + ExpIntConsts<N>,
V: FloatVectorWithBits<Element = E> + SpecializedSpecialMath<E>,Expand description
$E_N(x)$ only. See expint_double_primal_n for the shape of the computation.