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) and ns(u|m).

Since:
2.0
  • Method Details

    • cs

      public T cs()
      Get the value of the cs function.
      Returns:
      cs(u|m)
    • ds

      public T ds()
      Get the value of the ds function.
      Returns:
      ds(u|m)
    • ns

      public T ns()
      Get the value of the ns function.
      Returns:
      ns(u|m)