Investment Studio > Expressions > Functions > Math & Trig > MULTINOMIAL

float multinomial(integer data [, ...])

Returns the ratio of the factorial of a sum of values to the product of their factorials. All arguments must be natural numbers (i.e. > 0).

The input data may include arrays, in which case each array element will be treated as a separate argument.

Example

=multinomial(5, 6, 7)

equals 1470688.

See also combin, fact, factdouble.