pub fn expint_double_primal<P: Policy, E, V>(x: V, n: u32) -> (V, V)where
E: FloatElementWithBits + ExpIntConsts<1>,
V: FloatVectorWithBits<Element = E> + SpecializedSpecialMath<E>,Expand description
The runtime-order twin of expint_double_primal_n.