POLYNOMIAL (polynomial coefficient)

<< Click to Display Table of Contents >>

POLYNOMIAL (polynomial coefficient)

Syntax:

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

Description:

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

All given values Number1, Number2, etc., have to be ≥ 1.

Example:

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

Note:

The POLYNOMIAL and MULTINOMIAL functions are completely identical.

See also:

MULTINOMIAL, FACT