Learn R Programming

Carlson (version 3.0.0)

Carlson_RF: Carlson elliptic integral RF

Description

Evaluate the Carlson elliptic integral RF.

Usage

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

Value

A complex number, the value of the Carlson elliptic integral

RF(x,y,z).

Arguments

x, y, z

real or complex numbers; at most one can be 0

minerror

bound on relative error

Examples

Run this code
Carlson_RF(5, 2, 3)
gsl::ellint_RF(5, 2, 3)

Run the code above in your browser using DataLab