Class FieldCopolarN<T extends CalculusFieldElement<T>>
- java.lang.Object
-
- org.hipparchus.special.elliptic.jacobi.FieldCopolarN<T>
-
- Type Parameters:
T- the type of the field elements
public class FieldCopolarN<T extends CalculusFieldElement<T>> extends Object
Copolar trio with pole at point n in Glaisher’s Notation.This is a container for the three principal Jacobi elliptic functions
sn(u|m),cn(u|m), anddn(u|m).- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tcn()Get the value of the cn function.Tdn()Get the value of the dn function.Tsn()Get the value of the sn function.
-