ReferenceFunctionsMath Functions
ASIN
ASIN: Returns the angle in radians whose sine is the input value.
Summary
Use ASIN to recover an angle from a normalized ratio.
Remarks
- Domain: input must be between
-1and1, inclusive. - Radians: output is in the range
[-PI()/2, PI()/2]. - Errors: returns
#NUM!when the input is outside the valid domain.
Examples
Arcsine of one half
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.5235987755982989
Lower boundary
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
-1.5707963267948966
Related functions
FAQ
When does ASIN return #NUM!?
ASIN returns #NUM! when the input is outside the closed interval [-1, 1].
Runtime metadata
Category
Math
Signature
ASIN(arg1: Number)Arity
min 1, max 1
Arguments
arg1Number · Scalar · coercion NumberLenientText
Caps
PUREELEMENTWISENUMERIC_ONLY
Source