Click or drag to resize

SpecialFunctionsSn Method

Computes jacobian elliptic function Sn() for real, pure imaginary, or complex arguments.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplex Sn(
	DoubleComplex u,
	double m
)

Parameters

u  DoubleComplex
A possibly complex function parameter.
m  Double
Parameter related to elliptic modulus k, where m = k * k. Must lie in the range [0, 1].

Return Value

DoubleComplex
Jacobian sn().
Remarks
Reference: http://mathworld.wolfram.com/JacobiEllipticFunctions.html
See Also