Package de.tilman_neumann.jml.combinatorics

  • Class Summary
    Class Description
    Binomial
    Implementation of the binomial coefficient.
    Factorial
    Implementations of the factorial function.
    FallingFactorial
    Implementations of the falling factorial (n)_k = (n-k+1)*...*n.
    HyperFactorial
    Hyperfactorials.
    Multinomial
    Multinomial coefficient implementations.
    Stirling
    Computation of Stirling numbers.