Error Messages/40477
Examples of Message
In call to Bernoulli, the first parameter, p, should be greater than or equal to zero.
General form:
In call to function %1%, the %2% parameter, %3%, should be greater than or equal to zero.
Why this occurs
You are calling a function that expects a non-negative number for the indicated parameter, but you are passing it something other than a non-negative number. You may be passing it a negative number, Null, a text value, a reference, or something else.
The parameter is declared with the NonNegative qualifier.
Comments
Enable comment auto-refresher