Error Messages/40812
Example warning text
The second parameter to Function Combinations(k, n) cannot be negative.
Cause
The «n» parameter to Combinations specifies the size of the set from which the «k» elements are chosen. The size of a set cannot be negative.
Remedies
Reformulate the second parameter «n» to the Combinations function to be greater than or equal to zero.
See Also
Comments
Enable comment auto-refresher