am: Amplitude function

View source: R/am.R

amR Documentation

Amplitude function

Description

Evaluation of the amplitude function.

Usage

am(u, m)

Arguments

u

complex number

m

square of elliptic modulus, a complex number

Value

A complex number.

Examples

library(Carlson)
phi <- 1 + 1i
m <- 2
u <- elliptic_F(phi, m)
am(u, m) # should be phi

jacobi documentation built on Nov. 19, 2023, 1:08 a.m.