Special.Zeta Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Overload List
| Zeta( | Returns the Riemann zeta function. | 
| Zeta( | Returns the Hurwitz zeta function. | 
Zeta(Double)
            Returns the Riemann zeta function.
            
public static double Zeta(
	double s
)Parameters
- s Double
 - A real number.
 
Return Value
DoubleThe Riemann zeta function at s.
Zeta(Double, Double)
            Returns the Hurwitz zeta function.
            
public static double Zeta(
	double s,
	double a
)Parameters
Return Value
DoubleThe Hurwitz zeta function at s with parameter a.
Remarks
When a is zero, the Hurwitz zeta function reduces to the Riemann zeta function.