SpecialDigammazeta Method |
Computes the Hurwitz zeta function for integer n = s.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double zeta(
int n,
double z
)
Parameters
- n Int32
- The integer parameter s.
- z Double
- The real parameter z.
Return Value
DoubleThe Hurwitz zeta function value.
Exceptions
See Also