Uses of Class
org.hipparchus.special.elliptic.jacobi.FieldCopolarS
-
Packages that use FieldCopolarS Package Description org.hipparchus.special.elliptic.jacobi Implementations of Jacobi elliptic functions. -
-
Uses of FieldCopolarS in org.hipparchus.special.elliptic.jacobi
Methods in org.hipparchus.special.elliptic.jacobi that return FieldCopolarS Modifier and Type Method Description FieldCopolarS<T>
FieldJacobiElliptic. valuesS(double u)
Evaluate the three subsidiary Jacobi elliptic functions with pole at point s in Glaisher’s Notation.FieldCopolarS<T>
FieldJacobiElliptic. valuesS(T u)
Evaluate the three subsidiary Jacobi elliptic functions with pole at point s in Glaisher’s Notation.
-