Function rgsl::elliptic::legendre::incomplete::ellint_D_e [] [src]

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

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-\sin2(\phi), 1-k2 \sin2(\phi), 1).

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