Menu

MULTINOMIAL

Description

Returns the factorial of the sum of values ​​divided by the product of their factorials.

Examples

MULTINOMIAL(10, 20, 45) = 2.3491579221348E+28

MULTINOMIAL(10, NAN, 98) = NAN

MULTINOMIAL(INF, 30, 100) = NAN

MULTINOMIAL(NAN) = MULTINOMIAL(NAN)

MULTINOMIAL(INF) = MULTINOMIAL(INF)

MULTINOMIAL(-INF) = MULTINOMIAL(-INF)

On this page