Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$ASINDEG^XLFMTH(): Arc-Sine (Degrees)

Reference Type: Supported, Category: Math Functions, ICR#: 10105

Description

This extrinsic function returns the arc-sine, with degrees output.

Format

  $$ASINDEG^XLFMTH(x[,n])

Input Parameters

x:

(required) Number for which you want the arc-sine in degrees.

n:

(optional) The precision for the function. Precision means the detail of the result, in terms of number of digits.

Output

returns:

Returns the arc-sine of a number output in degrees.

Example

>S X=$$ASINDEG^XLFMTH(.5)

>W X
30