#include <Zeta.h>
Static Public Member Functions | |
| double | RZeta (const int n) |
| Evaluate Riemann's zeta(n) for integer n. | |
| Dpair | RZetaErr (const int n) |
| Evaluate zeta(n) and estimate the error. | |
| double | RZeta (const double s) |
| Evaluate Riemann's zeta(s). | |
| Dpair | RZetaErr (const double s) |
| Evaluate zeta(s) and estimate the error. | |
| double | HZeta (const double s, const double q) |
| Evaluate Hurwicz zeta(s,q). | |
| Dpair | HZetaErr (const double s, const double q) |
| Evaluate Hurwicz zeta(s,q) and estimate the error. | |
| double | Eta (const int n) |
| Evaluate eta(n) for integer n. | |
| Dpair | EtaErr (const int n) |
| Evaluate eta(n) and estimate the error. | |
| double | Eta (const double s) |
| Evaluate eta(s). | |
| Dpair | EtaErr (const double s) |
| Evaluate eta(s) and estimate the error. | |
Definition at line 26 of file Zeta.h.
|
|
Evaluate eta(s).
|
|
|
Evaluate eta(n) for integer n.
|
|
|
Evaluate eta(s) and estimate the error.
|
|
|
Evaluate eta(n) and estimate the error.
|
|
||||||||||||
|
Evaluate Hurwicz zeta(s,q).
|
|
||||||||||||
|
Evaluate Hurwicz zeta(s,q) and estimate the error.
|
|
|
Evaluate Riemann's zeta(s).
|
|
|
Evaluate Riemann's zeta(n) for integer n.
|
|
|
Evaluate zeta(s) and estimate the error.
|
|
|
Evaluate zeta(n) and estimate the error.
|
1.3.4