Special.Jacobi Method
Evaluates the Jacobi elliptic functions sn, cn,
and dn.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
[ObsoleteAttribute("Use the JacobiElliptic method instead")]
public static void Jacobi(
double x,
double k,
out double sn,
out double cn,
out double dn
)
Parameters
Remarks
Note that the second parameter, k is the modulus. Other parameterizations exist, including the squared modulus, m. In this case, sn(x|m) = sn(x, k) with k = sqrt(m), and similarly for the other functions.