CEESxSNH—Hyperbolic sine

CEESxSNH performs the mathematical function hyperbolic sine by using the equation: result = sinh (parm1)

The following routines are provided for the various data types supported:
CEESSSNH
32-bit single floating-point number
CEESDSNH
64-bit double floating-point number
CEESQSNH
128-bit extended floating-point number
CEESTSNH
32-bit single floating-point complex number
CEESESNH
64-bit double floating-point complex number
CEESRSNH
128-bit extended floating-point complex number
Read syntax diagramSkip visual syntax diagram
Syntax

>>-CEESxSNH--(--parm1--,--fc--,--result--)---------------------><

parm1 (input)
The input to the hyperbolic sine routine. The input range varies.
For Input range
Input range for reals:
Input range to the hyperbolic sine routine
For complex functions, the input range differs for the imaginary and real parts of the input. The input range of the imaginary part also differs depending on the precision of parm1.
For Input range
Complex functions: real part
Input range for real part
Imaginary part: single floating-point complex numbers
Input range for single floating-point complex numbers
Imaginary part: double floating-point complex numbers
Input range for double floating-point complex numbers
Imaginary part: extended floating-point complex numbers:
Input range for extended floating-point complex numbers.
fc (output)
A 12-byte feedback code, optional in some languages, that indicates the result of this service. If you choose to omit this parameter, refer to Invoking callable services for the appropriate syntax to indicate that the feedback code was omitted.

The following symbolic conditions can result from this service:

Code Severity Message number Message text
CEE000 0 The service completed successfully.
CEE1V0 2 2016 The absolute value of the parameter was greater than limit in math routine routine-name.
result (output)
The result of the hyperbolic sine routine. The output range for functions of real variables is:
Output range for functions of real variables