Carlson_RF | R Documentation |
Evaluate the Carlson elliptic integral RF.
Carlson_RF(x, y, z, minerror = 1e-15)
x, y, z |
real or complex numbers; at most one can be 0 |
minerror |
bound on relative error |
A complex number, the value of the Carlson elliptic integral RF(x,y,z).
The function returns a value when x
, y
or z
are negative real numbers, but this value is not the one of the
Carlson integral.
Carlson_RF(5, 2, 3)
gsl::ellint_RF(5, 2, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.