Class FieldCopolarS<T extends CalculusFieldElement<T>>
java.lang.Object
org.hipparchus.special.elliptic.jacobi.FieldCopolarS<T>
- Type Parameters:
T- the type of the field elements
Copolar trio with pole at point s in Glaisher’s Notation.
This is a container for the three subsidiary Jacobi elliptic functions
cs(u|m), ds(u|m) and ns(u|m).
- Since:
- 2.0
-
Method Summary
-
Method Details
-
cs
Get the value of the cs function.- Returns:
- cs(u|m)
-
ds
Get the value of the ds function.- Returns:
- ds(u|m)
-
ns
Get the value of the ns function.- Returns:
- ns(u|m)
-