ATAN |
ATAN(number) |
Returns the arc-tangent of a number. |
number | The number you want the arc-tangent of. |
REMARKS |
* For an illustrated example refer to the Trigonometric Functions page. * The inverse of this function is the TAN function. * This function is also called the inverse tangent function. * The "number" is the angle in radians. * If "number" is not numeric, then #VALUE! is returned. * The returned angle is given in radians between -PI/2 and PI/2. * If your argument is in degrees, multiply it 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 TAN function to return the tangent. * 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 ASIN function to return the arc-sine. * You can use the DEGREES function to convert from radians to degrees. * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
5 - How many degrees is the arc-tangent of -0.5 radians. |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top