POLYNOMIAL (polynomial coefficient)

Navigation:  Formulas and functions > Functions from A to Z >

POLYNOMIAL (polynomial coefficient)

Previous pageReturn to chapter overviewNext page

Syntax:

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

Description:

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

All specified 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