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