Error Messages/40812

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


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


You are not allowed to post comments.