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