Class FieldCopolarN<T extends CalculusFieldElement<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), and dn(u|m).

    Since:
    2.0
    • Method Detail

      • sn

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

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

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