Carlson_RJ {Carlson} | R Documentation |
Evaluate the Carlson elliptic integral RJ.
Carlson_RJ(x, y, z, p, minerror = 1e-15)
x , y , z , p |
real or complex numbers; at most one can be 0 |
minerror |
bound on the relative error |
A complex number, the value of the Carlson elliptic integral RJ(x,y,z,t).
The function returns a value when x
, y
, z
or
p
are negative real numbers, but this value is not the one of the
Carlson integral.
Carlson_RJ(5, 2, 3, 4)
gsl::ellint_RJ(5, 2, 3, 4)