P.laurent {elliptic} | R Documentation |
Laurent series for elliptic and related functions
Description
Laurent series for various functions
Usage
P.laurent(z, g=NULL, tol=0, nmax=80)
Pdash.laurent(z, g=NULL, nmax=80)
sigma.laurent(z, g=NULL, nmax=8, give.error=FALSE)
sigmadash.laurent(z, g=NULL, nmax=8, give.error=FALSE)
zeta.laurent(z, g=NULL, nmax=80)
Arguments
z |
Primary argument (complex) |
g |
Vector of length two with |
tol |
Tolerance |
give.error |
In |
.
nmax |
Number of terms used (or, for |
Author(s)
Robin K. S. Hankin
Examples
sigma.laurent(z=1+1i,g=c(0,4))
[Package elliptic version 1.4-0 Index]