HP 3000 Manuals

SINH (or SINH') [ Compiler Library/XL Reference Manual ] MPE/iX 5.0 Documentation


Compiler Library/XL Reference Manual

SINH (or SINH') 

SINH calculates the hyperbolic sine of a real number.

Declaration 

        FUNCTION SINH(VAR x:REAL):REAL; EXTERNAL;

Accuracy 

	       Click here to view figure.
Attributes 

Parameter:                A real number.

Result:                   A real number.

HP FORTRAN 77/XL:         Intrinsic function:  Y=SINH(X).

Error:                    If the argument is a NaN, there are two
                          possible actions.  If the INVALID trap is
                          enabled, the message "SINH(X): X=NaN" occurs.
                          Otherwise, the INVALID flag is set.  In either
                          case, a quiet NaN is returned.

                          If ABS(X) >= 88.7196, the result cannot be
                          represented and the message "SINH(X) OVERFLOW"
                          occurs.  See Appendix A for more details.



MPE/iX 5.0 Documentation