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...")
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
- Combinations(k,n)
Comments
Enable comment auto-refresher