Carlson_RC {Carlson}R 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)

[Package Carlson version 3.0.0 Index]