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