Special.JacobiNS Method

Evaluates the Jacobi elliptic functions ns.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double JacobiNS(
	double x,
	double k
)

Parameters

x  Double
A real number.
k  Double
The modulus.

Return Value

Double
The value of ns(x, k).

Remarks

Note that the second parameter, k is the modulus. Other parameterizations exist, including the squared modulus, m. In this case, ns(x|m) = ns(x, k) with k = sqrt(m).

See Also