Compiler Library/XL Reference Manual (32650-90029)

A- 7
17 MESSAGE A. DCOS(X): X=NaN OR INFINITY
B. DCOS(X): TOTAL LOSS OF PRECISION
CAUSE A. The argument is a NaN or infinity.
B. The absolute value of the argument is greater
than or equal to
...2.637856 x 107 .
ACTION A. Change the argument so it is not a NaN or an
infinity.
B. Change the absolute value of the argument so it
is less than or
...equal to 2.637856 x 107 .
PROCEDURE DCOS or DCOS'
18 MESSAGE A. TAN(X): X=NaN OR INFINITY
B. TAN(X): TOTAL LOSS OF PRECISION
CAUSE A. The argument is a NaN or infinity.
B. The absolute value of the argument is greater
than 6433.0
ACTION A. Change the argument so it is not a NaN or an
infinity.
B. Change the argument so its absolute value is
less than or equal to
...6433.0.
PROCEDURE TAN or TAN'
19 MESSAGE A. DTAN(X): X=NaN OR INFINITY
B. DTAN(X): TOTAL LOSS OF PRECISION
CAUSE A. The argument is a NaN or infinity.
B. The absolute value of the argument is greater
than 149078413.0.
ACTION A. Change the argument so it is not a NaN or an
infinity.
B. Change the absolute value of the argument so it
is less than
...149078413.0.
PROCEDURE DTAN or DTAN'
20 MESSAGE ALOG10(X), X< 0.0 OR X=NaN
CAUSE The argument is less than zero or is a NaN.
ACTION Change the argument so it is greater than or equal
to zero or is not a NaN.
PROCEDURE ALOG10
21 MESSAGE DLOG10(X), X < 0.0 OR X=NaN
CAUSE The argument is less than zero or is a NaN.
ACTION Change the argument so it is greater than or equal