Documentation of 'com.datumbox.framework.core.mathematics.discrete.Arithmetics' Java class
Arithmetics
com.datumbox.framework.core.mathematics.discrete

Class Arithmetics



  • public class Arithmetics
    extends java.lang.Object
    Utility class with useful arithmetic methods.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Arithmetics() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static double combination(int n, int k)
      It estimates the number of k-combinations of n objects.
      static double factorial(int k)
      It estimates the factorial of an integer.
      • Methods inherited from class java.lang.Object

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

      • Arithmetics

        public Arithmetics()
    • Method Detail

      • factorial

        public static double factorial(int k)
        It estimates the factorial of an integer.
        Parameters:
        k -
        Returns:
      • combination

        public static double combination(int n,
                                         int k)
        It estimates the number of k-combinations of n objects.
        Parameters:
        n -
        k -
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.