Documentation of 'org.matheclipse.core.reflection.system.Pochhammer' Java class
Pochhammer
org.matheclipse.core.reflection.system

Class Pochhammer

    • Constructor Detail

      • Pochhammer

        public Pochhammer()
    • Method Detail

      • pochhammer

        public static BigFraction pochhammer(BigFraction th,
                                             java.math.BigInteger n)
        Compute Pochhammer's symbol (this)_n.
        Parameters:
        n - The number of product terms in the evaluation.
        Returns:
        Gamma(this+n)/Gamma(this) = this*(this+1)*...*(this+n-1).
      • pochhammer

        public static BigFraction pochhammer(BigFraction th,
                                             int n)
        Compute pochhammer's symbol (this)_n.
        Parameters:
        n - The number of product terms in the evaluation.
        Returns:
        Gamma(this+n)/GAMMA(this).

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.