POLYNOMIAL (polynomial coefficient)

<< Click to Display Table of Contents >>

POLYNOMIAL (polynomial coefficient)

Syntax:

POLYNOMIAL(Number1 [, Number2, Number3 ...])

Description:

Returns the polynomial coefficient ("multinomial coefficient") of a set of numbers.

Number1, Number2, etc., are the numbers to be evaluated. All of them have to be ≥ 1.

Example:

POLYNOMIAL(1, 2, 3, 4, 5) returns 37837800

Note:

The functions POLYNOMIAL and MULTINOMIAL are completely identical.

See also:

MULTINOMIAL, FACT