Special.JacobiZeta Method

Computes Jacobi's Zeta function.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static double JacobiZeta(
	double x,
	double k
)

Parameters

x  Double
The argument.
k  Double
The elliptic modulus.

Return Value

Double
Jacobi's Zeta function Z(x, k).

See Also