Class FieldCopolarC<T extends CalculusFieldElement<T>>
java.lang.Object
org.hipparchus.special.elliptic.jacobi.FieldCopolarC<T>
- Type Parameters:
T
- the type of the field elements
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)
, and sc(u|m)
.
- Since:
- 2.0
-
Method Summary
-
Method Details
-
dc
Get the value of the dc function.- Returns:
- dc(u|m)
-
nc
Get the value of the nc function.- Returns:
- nc(u|m)
-
sc
Get the value of the sc function.- Returns:
- sc(u|m)
-