Learn R Programming

Carlson (version 3.0.0)

Carlson_RD: Carlson elliptic integral RD

Description

Evaluate the Carlson elliptic integral RD.

Usage

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

Value

A complex number, the value of the Carlson elliptic integral RD(x,y,z).

Arguments

x, y, z

real or complex numbers; at most one can be 0

minerror

bound on the relative error

Examples

Run this code
Carlson_RD(5, 2, 3)
gsl::ellint_RD(5, 2, 3)

Run the code above in your browser using DataLab