ASIN |
ASIN(number) |
Returns the arc-sine of a number. |
number | The number you want the arc-sine of. |
REMARKS |
* For an illustrated example refer to the Trigonometric Functions page. * The inverse of this function is the SIN function. * This function returns the angle (in radians, between -PI/2 and PI/2) that has a given value as its sine. * If "number" is not numeric, then #VALUE! is returned. * If "number" > 1, then #NUM! is returned. Example 8. * If "number" < -1, then #NUM! is returned. Example 9. * You can use the SIN function to return the sine of a number. * You can use the ACOS function to return the arc-cosine. * You can use the ACOT function to return the the arc-cotangent. * You can use the ATAN function to return the arc-tangent. * You can use the DEGREES function to convert from radians to degrees or multiply it by 180/PI. * For the Microsoft documentation refer to support.microsoft.com |
|
1 - What is the arc-sine of 0.5 radians. 2 - What is the arc-sine of 1 radian. 5 - What is the arc-since of 0.5 radians in degrees. |
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top