Carlson_RF: Carlson elliptic integral RF

View source: R/RF.R

Carlson_RFR Documentation

Carlson elliptic integral RF

Description

Evaluate the Carlson elliptic integral RF.

Usage

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

Arguments

x, y, z

real or complex numbers; at most one can be 0

minerror

bound on relative error

Value

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

Note

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

Examples

Carlson_RF(5, 2, 3)
gsl::ellint_RF(5, 2, 3)

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

Related to Carlson_RF in Carlson...