Compiler Library/XL Reference Manual (32650-90029)
A-8
to zero and not a NaN.
PROCEDURE DLOG10
22 MESSAGE A. SINH(X): X=NaN
B. SINH(X) OVERFLOW
CAUSE A. The argument is a NaN.
B. The absolute value of the argument is greater
than 88.7196.
ACTION A. Change the argument so it is not a NaN.
B. Change the argument so its absolute value is
less than or equal to
88.7196.
PROCEDURE SINH or SINH'
23 MESSAGE A. DSINH(X): X=NaN
B. DSINH(X) OVERFLOW
CAUSE A. The argument is a NaN.
B. The absolute value of the argument is greater
than
709.7795518826419.
ACTION A. Change the argument so it is not a NaN.
B. Change the argument so its absolute value is
less than or equal to
709.7795518826419.
PROCEDURE DSINH or DSINH'
24 MESSAGE A. COSH(X): X=NaN
B. COSH(X) OVERFLOW
CAUSE A. The argument is a NaN.
B. The absolute value of the argument is greater
than 88.7196.
ACTION A. Change the argument so it is not a NaN.
B. Change the argument so its absolute value is
less than or equal to
88.7196.
PROCEDURE COSH or COSH'
25 MESSAGE A. DCOSH(X): X=NaN
B. DCOSH(X) OVERFLOW
CAUSE A. The argument is a NaN.
B. The absolute value of the argument is greater
than
709.7795518826419.
ACTION A. Change the argument so it is not a NaN.
B. Change the argument so its absolute value is
less than or equal to
709.7795518826419.
PROCEDURE DCOSH or DCOSH'