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
public class FieldCopolarD<T extends CalculusFieldElement<T>> 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 T
cd()
Get the value of the cd function.T
nd()
Get the value of the nd function.T
sd()
Get the value of the sd function.
-