Evaluates the Jacobi elliptic functions dc.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double JacobiDC(
double x,
double k
)
Public Shared Function JacobiDC (
x As Double,
k As Double
) As Double
public:
static double JacobiDC(
double x,
double k
)
static member JacobiDC :
x : float *
k : float -> float
Parameters
- x
- Type: SystemDouble
A real number. - k
- Type: SystemDouble
The modulus.
Return Value
Type:
DoubleThe value of dc(x, k).
Note that the second parameter, k is the
modulus. Other parameterizations exist,
including the squared modulus, m. In this case,
dc(x|m) = dc(x, k) with k = sqrt(m).
Reference