Class MathSupport


  • public class MathSupport
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MathSupport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long binomial​(int n, int k)  
      static long factorial​(long number)  
      • Methods inherited from class java.lang.Object

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

      • MathSupport

        public MathSupport()
    • Method Detail

      • factorial

        public static long factorial​(long number)
      • binomial

        public static long binomial​(int n,
                                    int k)