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.
User Experiences
Please contribute
If you encountered this error and had trouble finding the root cause, or learned something new from the experience that might help in understanding the problem if it ever occurs again, please document it on this page for others.
See Also
- Error Messages/40512 -- Same error, but when an array is passed. Details about work arounds are described there.
Comments
<comments />
Enable comment auto-refresher