Click or drag to resize

SpecialDigammazeta Method

Computes the Hurwitz zeta function for integer n = s.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double zeta(
	int n,
	double z
)

Parameters

n  Int32
The integer parameter s.
z  Double
The real parameter z.

Return Value

Double
The Hurwitz zeta function value.
Exceptions
ExceptionCondition
NotImplementedExceptionAlways thrown; this method is currently a stub.
See Also