Error Messages/40813

< Error Messages
Revision as of 23:25, 4 April 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Warning message

The first parameter of Function Combinations(k, n) cannot be negative.

Cause

You have passed a negative value to one of the parameters of Combinations, such as:

Combinations(-2, 5)

If you ignore the warning, the result will be NaN.

Remedies

Correct the «k» parameter to the combinations function to be greater than or equal to zero.

See Also

Comments


You are not allowed to post comments.