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

This routine computes the incomplete elliptic integral D(\phi,k) which is defined through the Carlson form RD(x,y,z) by the following relation,

D(\phi,k,n) = (1/3)(\sin(\phi))^3 RD (1-\sin^2(\phi), 1-k^2 \sin^2(\phi), 1).

The argument n is not used and will be removed in a future release.