Meta.Numerics Library
RiemannZeta Method (s)
Meta.NumericsMeta.Numerics.FunctionsAdvancedMathRiemannZeta(Double)
Compute the Riemann zeta function.
Declaration Syntax
C#Visual BasicVisual C++F#
public static double RiemannZeta(
	double s
)
Public Shared Function RiemannZeta ( _
	s As Double _
) As Double
public:
static double RiemannZeta(
	double s
)
static member RiemannZeta : 
        s:float -> float 
Parameters
s (Double)
The argument.
Return Value
The value ζ(s).
Remarks

The Riemann ζ function can be defined as the sum of the sth inverse power of the natural numbers.