elliptic_F: Incomplete elliptic integral of the first kind

View source: R/elliptic_F.R

elliptic_FR Documentation

Incomplete elliptic integral of the first kind

Description

Evaluate the incomplete elliptic integral of the first kind.

Usage

elliptic_F(phi, m, minerror = 1e-15)

Arguments

phi

amplitude, real or complex number/vector

m

parameter, real or complex number/vectot

minerror

the bound on the relative error passed to Carlson_RF

Value

A complex number or vector, the value(s) of the incomplete elliptic integral F(φ,m).

Examples

elliptic_F(1, 0.2)
gsl::ellint_F(1, sqrt(0.2))

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

Related to elliptic_F in Carlson...