elliptic_F {Carlson} | R Documentation |
Evaluate the incomplete elliptic integral of the first kind.
elliptic_F(phi, m, minerror = 2 * .Machine$double.eps)
phi |
amplitude, real or complex number |
m |
parameter, real or complex number |
minerror |
the bound on the relative error passed to
|
A complex number, the value of the incomplete elliptic integral F(φ,m).
elliptic_F(1, 0.2)
gsl::ellint_F(1, sqrt(0.2))