elliptic-integrals-0.1.0.0: Carlson Elliptic Integrals and Incomplete Elliptic Integrals
Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.EllipticIntegrals

Synopsis

Documentation

ellipticF' Source #

Arguments

:: Double

bound on the relative error passed to carlsonRF`

-> Cplx

amplitude

-> Cplx

parameter

-> Cplx 

Elliptic integral of the first kind.

ellipticF Source #

Arguments

:: Cplx

amplitude

-> Cplx

parameter

-> Cplx 

Elliptic integral of the first kind.

ellipticE' Source #

Arguments

:: Double

bound on the relative error passed to carlsonRF` and carlsonRD`

-> Cplx

amplitude

-> Cplx

parameter

-> Cplx 

Elliptic integral of the second kind.

ellipticE Source #

Arguments

:: Cplx

amplitude

-> Cplx

parameter

-> Cplx 

Elliptic integral of the second kind.

ellipticPI' Source #

Arguments

:: Double

bound on the relative error passed to carlsonRF` and carlsonRJ`

-> Cplx

amplitude

-> Cplx

characteristic

-> Cplx

parameter

-> Cplx 

Elliptic integral of the third kind.

ellipticPI Source #

Arguments

:: Cplx

amplitude

-> Cplx

characteristic

-> Cplx

parameter

-> Cplx 

Elliptic integral of the third kind.

jacobiZeta' Source #

Arguments

:: Double

bound on the relative error passed to ellipticF` and ellipticE`

-> Cplx

amplitude

-> Cplx

parameter

-> Cplx 

Jacobi zeta function.

jacobiZeta Source #

Arguments

:: Cplx

amplitude

-> Cplx

parameter

-> Cplx 

Jacobi zeta function.

carlsonRF Source #

Arguments

:: Cplx

first variable

-> Cplx

second variable

-> Cplx

third variable

-> Cplx 

Carlson integral RF.

carlsonRF' Source #

Arguments

:: Double

bound on the relative error

-> Cplx

first variable

-> Cplx

second variable

-> Cplx

third variable

-> Cplx 

Carlson integral RF.

carlsonRD Source #

Arguments

:: Cplx

first variable

-> Cplx

second variable

-> Cplx

third variable

-> Cplx 

Carlson integral RD.

carlsonRD' Source #

Arguments

:: Double

bound on the relative error

-> Cplx

first variable

-> Cplx

second variable

-> Cplx

third variable

-> Cplx 

Carlson integral RD.

carlsonRJ Source #

Arguments

:: Cplx

first variable

-> Cplx

second variable

-> Cplx

third variable

-> Cplx

fourth variable

-> Cplx 

Carlson integral RJ.

carlsonRJ' Source #

Arguments

:: Double

bound on the relative error

-> Cplx

first variable

-> Cplx

second variable

-> Cplx

third variable

-> Cplx

fourth variable

-> Cplx 

Carlson integral RJ.

carlsonRC Source #

Arguments

:: Cplx

first variable

-> Cplx

second variable

-> Cplx 

Carlson integral RC.

carlsonRC' Source #

Arguments

:: Double

bound on the relative error

-> Cplx

first variable

-> Cplx

second variable

-> Cplx 

Carlson integral RC.

carlsonRG Source #

Arguments

:: Cplx

first variable

-> Cplx

second variable

-> Cplx

third variable

-> Cplx 

Carlson integral RG.

carlsonRG' Source #

Arguments

:: Double

bound on the relative error passed to CarlsonRD`

-> Cplx

first variable

-> Cplx

second variable

-> Cplx

third variable

-> Cplx 

Carlson integral RG.