Error Messages/40813

< Error Messages
Revision as of 16:46, 9 January 2013 by Lchrisman (talk | contribs) (Created page with "= 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 [[Combina...")
(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.

See Also

Comments


You are not allowed to post comments.