Special.Jacobi DN Method
Evaluates the Jacobi elliptic functions dn.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The value of dn(x, k).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static double JacobiDN(
double x,
double k
)
Parameters
Return Value
DoubleThe value of dn(x, k).
Remarks
Note that the second parameter, k is the modulus. Other parameterizations exist, including the squared modulus, m. In this case, dn(x|m) = dn(x, k) with k = sqrt(m).