CEE2024E
An overflow has occurred in math routine routine-name.

Explanation

An overflow had occurred in calculating the results in 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 might 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

CEE1V8