AdvancedMathJacobiDn Method |
Compute the Jacobian elliptic function dn.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double JacobiDn(
double u,
double k
)
Public Shared Function JacobiDn (
u As Double,
k As Double
) As Double
public:
static double JacobiDn(
double u,
double k
)
static member JacobiDn :
u : float *
k : float -> float
Parameters
- u
- Type: SystemDouble
The argument. - k
- Type: SystemDouble
The modulus, which must be between 0 and 1.
Return Value
Type:
DoubleThe value of dn(u,k).
Exceptions Remarks Be aware that some authors use the parameter m = k^2 instead of the modulus k.
See Also