Carlson_RC: Carlson elliptic integral RC

View source: R/RC.R

Carlson_RCR Documentation

Carlson elliptic integral RC

Description

Evaluate the Carlson elliptic integral RC.

Usage

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

Arguments

x, y

real or complex numbers, with y different from 0

minerror

bound on the relative error passed to Carlson_RF

Value

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

Note

The function returns a value when x or y are negative real numbers, but this value is not the one of the Carlson integral.

Examples

Carlson_RC(5, 2)
gsl::ellint_RC(5, 2)

Carlson documentation built on Nov. 11, 2023, 1:07 a.m.

Related to Carlson_RC in Carlson...