Special.JacobiElliptic Method

Evaluates the Jacobi Elliptic functions sn, cn, and dn.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static (double sn, double cn, double dn) JacobiElliptic(
	double x,
	double k
)

Parameters

x  Double
The argument.
k  Double
The elliptic modulus.

Return Value

ValueTuple<Double, Double, Double>
A tuple containing the Elliptic functions sn, cn, and dn at x with elliptic modulus k.

See Also