Returns the inverse s ine ( a rcsine) of a number, in radians, between -pi/2 and +pi/2.
Syntax
Remarks
To return the angle in degrees, use the DEGREES function or multiply it by 180/PI().
Examples
|
Formula |
Result |
|
=ASIN(0.5) |
0.523598776 |
|
=ASIN(-0.3) |
-0.304692654 |
|
=ASIN(-1/3) |
-0.339836909 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions