Learn R Programming

Carlson (version 3.0.0)

Carlson_RC: Carlson elliptic integral RC

Description

Evaluate the Carlson elliptic integral RC.

Usage

Carlson_RC(x, y, minerror = 1e-15)

Value

A complex number, the value of the Carlson elliptic integral

RC(x,y).

Arguments

x, y

real or complex numbers, with y different from 0

minerror

bound on the relative error passed to Carlson_RF

Examples

Run this code
Carlson_RC(5, 2)
gsl::ellint_RC(5, 2)

Run the code above in your browser using DataLab