public abstract class JacobiElliptic extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
JacobiElliptic(double m)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getM()
Get the parameter of the function.
|
CopolarC |
valuesC(double u)
Evaluate the three subsidiary Jacobi elliptic functions with pole at point c in Glaisher’s Notation.
|
CopolarD |
valuesD(double u)
Evaluate the three subsidiary Jacobi elliptic functions with pole at point d in Glaisher’s Notation.
|
abstract CopolarN |
valuesN(double u)
Evaluate the three principal Jacobi elliptic functions with pole at point n in Glaisher’s Notation.
|
CopolarS |
valuesS(double u)
Evaluate the three subsidiary Jacobi elliptic functions with pole at point s in Glaisher’s Notation.
|
protected JacobiElliptic(double m)
m - parameter of the functionpublic double getM()
public abstract CopolarN valuesN(double u)
u - argument of the functionssn(u|m), cn(u|m), and dn(u|m).public CopolarS valuesS(double u)
u - argument of the functionscs(u|m), ds(u|m) and ns(u|m).public CopolarC valuesC(double u)
u - argument of the functionsdc(u|m), nc(u|m), and sc(u|m).public CopolarD valuesD(double u)
u - argument of the functionsnd(u|m), sd(u|m), and cd(u|m).Copyright © 2016-2021 CS GROUP. All rights reserved.