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