Lerch’s phi and related#
The Lerch transcendent generalizes various other functions:
The polygamma function (see polygamma()) is given by
The polylogarithm (see polylog()) is given by
The Legendre chi function (see legendre_chi()) is given by
The Hurwitz zeta function (see hurwitz()) is given by
The Riemann zeta function (see zeta()) is given by
The Dirichlet eta function (see dirichlet_eta()) is given by
Various identities include:
and
and
Implementation notes
The current Amath implementation is restricted to real arguments \(z \leq 1, s \geq -1, a \geq 0\).
The current ARB implementation is restricted to calls to the polylogarithm or the Hurwitz zeta function, i.e. it expects \(s=0\) for arbitrary \(z\) and \(a\), or \(z=1\) for arbitrary \(s\) and \(a\), or \(a\) a nonnegative integer for arbitrary \(z\) and \(s\), and otherwise returns NAN.
- Lerch’s transcendent and Lerch’s zeta
- Polygamma and related functions
- Polylogarithm and related functions
- Polylogarithm, \(\mathrm{Li}_s(z)\)
- Trilogarithm Function, \(\mathrm{Li}_3(z)\)
- Dilogarithm Function, \(\mathrm{Li}_2(z)\)
- Generalized Clausen sine function
- Generalized Clausen cosine function
- Classical Clausen function, \(\mathrm{Cl}_2(x)\)
- Bose-Einstein integrals, \(G_s(x)\)
- Fermi-Dirac integrals, \(F_s(x)\)
- Legendre’s Chi function, \(\chi_s(x)\)
- Generalized inverse tangent integral
- Hurwitz zeta and related functions
- Riemann zeta function, and related functions
- Riemann zeta function, \(\zeta(s)\)
- Riemann \(\zeta(s)-1\)
- Hardy (or Riemann-Siegel) theta function
- Hardy (or Riemann-Siegel) Z function
- Riemann (Landau) function \(\xi(s)\)
- Dirichlet eta function, \(\eta(s)\)
- Dirichlet \(\eta(s) - 1\)
- Dirichlet beta function, \(\beta(s)\)
- Dirichlet lambda function, \(\lambda(s)\)
- Zeros of the Riemann zeta function