CEESxASN—Arcsine

CEESxASN returns the arcsine of the parameter by using the equation: result = arcsin(parm1)

The following routines are provided for the various data types supported:
CEESSASN
32-bit single floating-point number
CEESDASN
64-bit double floating-point number
CEESQASN
128-bit extended floating-point number
Read syntax diagramSkip visual syntax diagram
Syntax

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

parm1 (input)
The input to the arcsine routine. The input range is:
Input range to arcsine routine
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, in radians, of the arcsine routine. The output range is:
Result, in radians, of the arcsine routine