Class CopolarS
- java.lang.Object
-
- org.hipparchus.special.elliptic.jacobi.CopolarS
-
public class CopolarS extends Object
Copolar trio with pole at point s in Glaisher’s Notation.This is a container for the three subsidiary Jacobi elliptic functions
cs(u|m)
,ds(u|m)
andns(u|m)
.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
cs()
Get the value of the cs function.double
ds()
Get the value of the ds function.double
ns()
Get the value of the ns function.
-