Click or drag to resize

AdvancedMathJacobiCn Method

Compute the Jacobian elliptic function cn.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double JacobiCn(
	double u,
	double k
)

Parameters

u
Type: SystemDouble
The argument.
k
Type: SystemDouble
The modulus, which must be between 0 and 1.

Return Value

Type: Double
The value of cn(u,k).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionk lies outside [0, 1].
Remarks

Be aware that some authors use the parameter m = k^2 instead of the modulus k.

See Also