IBM0548S
ONCODE=oncode-value X in TANH(X) was invalid.

Explanation

One of the following conditions occurred:
  • The absolute value of the imaginary part of X was greater than or equal to K, where K=2**63 for complex short and long floating-point values, and K=2**64 for complex extended floating-point values.
  • An overflow occurred because the absolute value of the real part of X was greater than 11357.56.
  • An overflow occurred because the absolute value of the real part of X was greater than 11357.21 but less than 11357.56, and the absolute value of the imaginary part was out of range.
The ONCODEs associated with this message are:
  • For complex short floating-point arguments:
    1574
    Absolute value of the imaginary part of argument greater than or equal to limit
  • For complex long floating-point arguments:
    1575
    Absolute value of the imaginary part of argument greater than or equal to limit
  • For complex extended floating-point arguments:
    1576
    Absolute value of the imaginary part of argument greater than or equal to limit

System action

The ERROR condition is raised.

Programmer response

Ensure X is valid.

Symbolic Feedback Code

IBM0H4