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