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
public class FieldCopolarS<T extends CalculusFieldElement<T>> extends Object
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)andns(u|m).- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tcs()Get the value of the cs function.Tds()Get the value of the ds function.Tns()Get the value of the ns function.
-