Learn R Programming

Carlson (version 3.0.0)

Carlson_RJ: Carlson elliptic integral RJ

Description

Evaluate the Carlson elliptic integral RJ.

Usage

Carlson_RJ(x, y, z, p, minerror = 1e-15)

Value

A complex number, the value of the Carlson elliptic integral

RJ(x,y,z,t).

Arguments

x, y, z, p

real or complex numbers; at most one can be 0

minerror

bound on the relative error

Examples

Run this code
Carlson_RJ(5, 2, 3, 4)
gsl::ellint_RJ(5, 2, 3, 4)

Run the code above in your browser using DataLab