| | | The arcsine of an angle is the inverse of the SIN() function. |
| | | The "number" is the angle in radians. |
| | | If "number" is not numeric, then #VALUE! is returned. |
| | | If "number" > 1, then #NUM! is returned. |
| | | If "number" < -1, then #NUM! is returned. |
| | | The returned angle is given in radians between -PI/2 and PI/2. |
| | | If your argument is in degrees, multiply by PI()/180 to convert it to radians |
| | | If you want to convert the result from radians to degrees, multiply it by 180/PI( ). |
| | | You can use the DEGREES() function to convert from radians to degrees. |