AdvancedMathEllipticNome Method |
Compute the Jacobi nome of the given elliptic modulus.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double EllipticNome(
double k
)
Public Shared Function EllipticNome (
k As Double
) As Double
public:
static double EllipticNome(
double k
)
static member EllipticNome :
k : float -> float
Parameters
- k
- Type: SystemDouble
The elliptic modulus.
Return Value
Type:
DoubleThe corresponding Jacobi nome q.
See Also