Class FieldCopolarD<T extends CalculusFieldElement<T>>

  • Type Parameters:
    T - the type of the field elements

    public class FieldCopolarD<T extends CalculusFieldElement<T>>
    extends Object
    Copolar trio with pole at point d in Glaisher’s Notation.

    This is a container for the three subsidiary Jacobi elliptic functions nd(u|m), sd(u|m), and cd(u|m).

    Since:
    2.0
    • Method Detail

      • nd

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

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

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