Class PochhammerSymbol


  • public abstract class PochhammerSymbol
    extends java.lang.Object
    http://mathworld.wolfram.com/PochhammerSymbol.html https://en.wikipedia.org/wiki/Falling_and_rising_factorials
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double pochhammer​(double x, int n)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PochhammerSymbol

        public PochhammerSymbol()
    • Method Detail

      • pochhammer

        public static double pochhammer​(double x,
                                        int n)