CEE2041E
The absolute value of the second argument was greater than either the value of the third argument or the number of bits in the first argument in math routine routine-name.

Explanation

Invalid input arguments were specified to the scalar math routine.

System action

The output value from the math routine is undefined.

Programmer response

Ensure the input arguments are valid to the math routine. You may want to register a user handler that will gain control if this condition is signaled (if the feedback token was omitted on the call to the math routine, then the condition is signaled). If you specify the feedback token on the call to the math routine, examine the feedback token upon return from the math routine and take appropriate action.

Symbolic Feedback Code

CEE1VP