special2.spad line 3093 [edit on github]
This package implements series expansions for a few special functions.
lambertW0(x)
applies lambertW to x
. x
must have no term of order 0.
weierstrassP0(g2, g3, x)
computes finite part of weierstrassP(g2
, g3
, x
). x
must have no term of order 0.
weierstrassPPrime0(g2, g3, x)
computes finite part of weierstrassPPrime(g2
, g3
, x
). x
must have no term of order 0.
weierstrassSigma0(g2, g3, x)
computes weierstrassSigma(g2
, g3
, x
). x
must have no term of order 0.
weierstrassZeta0(g2, g3, x)
computes finite part of weierstrassZeta(g2
, g3
, x
). x
must have no term of order 0.