CALC.multinomial(array)

Returns the ratio of the factorial of a sum of values to the product of factorials. For three numbers a,b,c the multinomial would be (a+b+c)! /(a!b!c!).

Example

CALC.multinomial([2,3,4]);

// returns 1260

<< CALC.mround(number, multiple) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.odd(number) >>