Compute the Riemann zeta function.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static double RiemannZeta(
	double s
)
Public Shared Function RiemannZeta ( _
	s As Double _
) As Double
public:
static double RiemannZeta(
	double s
)

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.

See Also