Class FieldCopolarD<T extends CalculusFieldElement<T>>
java.lang.Object
org.hipparchus.special.elliptic.jacobi.FieldCopolarD<T>
- Type Parameters:
T
- the type of the field elements
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
Get the value of the nd function.- Returns:
- nd(u|m)
-
sd
Get the value of the sd function.- Returns:
- sd(u|m)
-
cd
Get the value of the cd function.- Returns:
- cd(u|m)
-