Uses of Class
org.hipparchus.special.elliptic.jacobi.CopolarN
-
Packages that use CopolarN Package Description org.hipparchus.special.elliptic.jacobi Implementations of Jacobi elliptic functions. -
-
Uses of CopolarN in org.hipparchus.special.elliptic.jacobi
Methods in org.hipparchus.special.elliptic.jacobi that return CopolarN Modifier and Type Method Description abstract CopolarN
JacobiElliptic. valuesN(double u)
Evaluate the three principal Jacobi elliptic functions with pole at point n in Glaisher’s Notation.
-