Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the ASIN function. |
Examples
Arcsine of 0.5
=ASIN(0.5)
Convert to degrees
=DEGREES(ASIN(0.5))
Find launch angle
=DEGREES(ASIN(50/(100)))
Common Errors
The argument must be between -1 and 1. =ASIN(1.5) returns #NUM! because no angle has a sine greater than 1.
Non-numeric input returns #VALUE!.
Tips
Sine values only exist between -1 and 1, so ASIN only accepts inputs in that range. Values outside produce #NUM!.
ASIN returns radians (-π/2 to π/2). Wrap in DEGREES() for degree values: =DEGREES(ASIN(value)).
ASIN(SIN(x)) = x when x is between -π/2 and π/2. Outside that range, ASIN returns the principal value.
Try ASIN in Viztab
Import your data and use ASIN with 370+ other formulas. No signup required.
Open Viztab