![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Maths and Trigonometry > ATAN |
ATAN(number) |
| Returns the arctangent of a number in radians. |
| number | The number you want the arctangent of. |
| REMARKS |
| The arctangent of an angle is the inverse of the TAN() 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 the DEGREES() function to convert from radians to degrees. |
| EXAMPLES |
|
| Functions - A | Index - A | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |