Compiler Library/XL Reference Manual (32650-90029)
A- 9
26 MESSAGE ASIN(X): |X| > 1.0 OR X=NaN
CAUSE The absolute value of the argument is greater than
1.0 or the argument is a NaN.
ACTION Change the argument so its absolute value is not
greater than zero and the argument is not a NaN.
PROCEDURE ASIN or ASIN'
27 MESSAGE DASIN(X): |X| > 1.0 OR X=NaN
CAUSE The absolute value of the argument is greater than
1.0 or the argument is a NaN.
ACTION Change the argument so its absolute value is not
greater than zero and the argument is not a NaN.
PROCEDURE DASIN or DASIN'
28 MESSAGE ACOS(X): |X| > 1.0 OR X=NaN
CAUSE The absolute value of the argument is greater than
1.0 or the argument is a NaN.
ACTION Change the argument so its absolute value is not
greater than zero and the argument is not a NaN.
PROCEDURE ACOS or ACOS'
29 MESSAGE DACOS(X): |X| > 1.0 or X=NaN
CAUSE The absolute value of the argument is greater than
1.0 or the argument is a NaN.
ACTION Change the argument so its absolute value is not
greater than zero and the argument is not a NaN.
PROCEDURE DACOS or DACOS'
30 MESSAGE DATAN(X): X=NaN
CAUSE The argument is a NaN.
ACTION Change the argument so it is not a NaN.
PROCEDURE DATAN or DATAN'
31 MESSAGE ATAN(X): X=NaN
CAUSE The argument is a NaN.
ACTION Change the argument so it is not a NaN.
PROCEDURE ATAN or ATAN'
34 MESSAGE DABS(X) X=NaN