Function rgsl::jacobian_elliptic::elljac_e[][src]

pub fn elljac_e(u: f64, m: f64) -> (Value, f64, f64, f64)
Expand description

This function computes the Jacobian elliptic functions sn(u|m), cn(u|m), dn(u|m) by descending Landen transformations.

Returns (Value, sn, cn, dn).