Class CopolarD
java.lang.Object
org.hipparchus.special.elliptic.jacobi.CopolarD
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)
, and cd(u|m)
.
- Since:
- 2.0
-
Method Summary
-
Method Details
-
nd
public double nd()Get the value of the nd function.- Returns:
- nd(u|m)
-
sd
public double sd()Get the value of the sd function.- Returns:
- sd(u|m)
-
cd
public double cd()Get the value of the cd function.- Returns:
- cd(u|m)
-