Google Sheets
ASIN function in Google Sheets
Returns the inverse sine of a value, in radians.
=ASIN(value)ASIN syntax and parameters
One argument, one required.
- valuenumberRequired
The value for which to calculate the inverse sine. Must be between -1 and 1, inclusive.
ASIN examples
Formulas you'll actually reuse.
The arcsine of 0.5, in radians:
=ASIN(0.5)Result
0.5236The same angle in degrees — wrap in DEGREES:
=DEGREES(ASIN(0.5))Result
30
ASIN in Excel
Same name — your formula ports as-is.
Try ASIN in the playground
Edit the example — nothing to install.
Preloaded with the ASIN formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINHReturns the inverse hyperbolic sine of a number.MathExcel