IBM0541S
ONCODE=oncode-value X in ASIN(X) or ACOS(X) was invalid

Explanation

One of the following conditions was detected:
  • ABS(X) was greater than one.
The ONCODEs associated with this message are:
  • For real short floating-point arguments:
    1518
    Argument greater than one
  • For real long floating-point arguments:
    1519
    Argument greater than one
  • For real extended floating-point arguments:
    1520
    Argument greater than one

System action

The ERROR condition is raised.

Programmer response

Ensure X is a real expression where ABS(X) is less than or equal to one.

Symbolic Feedback Code

IBM0GT