jacobi-elliptic-0.1.0.0: Neville Theta Functions and Jacobi Elliptic Functions
Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.JacobiElliptic

Synopsis

Documentation

jellip Source #

Arguments

:: Char

a letter among c, d, n, s identifying the Neville function at the numerator

-> Char

a letter among c, d, n, s identifying the Neville function at the denominator

-> Cplx

z, the variable

-> Cplx

q, the nome

-> Cplx 

Jacobi elliptic function in terms of the nome.

jellip' Source #

Arguments

:: Char

a letter among c, d, n, s identifying the Neville function at the numerator

-> Char

a letter among c, d, n, s identifying the Neville function at the denominator

-> Cplx

z, the variable

-> Cplx

m, the squared modulus

-> Cplx 

Jacobi elliptic function in terms of the squared modulus.