Syntax:
MULTINOMIAL(Number1 [, Number2, Number3 ...])
Description:
This returns the multinomial coefficient ("polynomial coefficient") of a set of numbers.
Number1, Number2, etc., are the numbers to be evaluated. All of them must be ≥ 1.
Example:
MULTINOMIAL(1, 2, 3, 4, 5) returns 37837800
Note:
The MULTINOMIAL and POLYNOMIAL functions are completely identical.
See also: