pub fn ellint_P_e(phi: f64, k: f64, n: f64, mode: Mode) -> (Value, Result)
Expand description

This routine computes the incomplete elliptic integral \Pi(\phi,k,n) to the accuracy specified by the mode variable mode. Note that Abramowitz & Stegun define this function in terms of the parameters m = k^2 and \sin^2(\alpha) = k^2, with the change of sign n \to -n.