is it possible to find the arctan of an angle in Excel or an add .

C

Chip Pearson

You can use the ATAN function. Note that all trig functions in Excel work
with Radians, not Degrees. Thus, you may need to use the RADIANS function to
convert degrees to radians or DEGREES to convert radians to degrees. E.g.,

=DEGREES(ATAN(A1))

returns the number of degrees of the angle whose tangent is in cell A1.


--
Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)
 
M

mark

Years later I try to test a math equation using the historically defined ARCTAN using MS Excel and find that good old Microsoft decides that they can redefine math to match their own lame definition.

Wake up, lame programmers at MS...the ARCTAN should return the angle in degrees! As does the TAN return the ratio based on degrees. How hard is it to just provide those two functions without creating your own bias towards radians? Converting to radians should be the added work of the user.

Let me guess....the use of degrees must have some licensing cost which MS is not willing to pay in order to push out a cheaper spreadsheet?

MS is losing market share and profitability. Duh.... not a surprise to themore educated users.



You can use the ATAN function. Note that all trig functions in Excel work
with Radians, not Degrees. Thus, you may need to use the RADIANS functionto
convert degrees to radians or DEGREES to convert radians to degrees. E.g.,

=DEGREES(ATAN(A1))

returns the number of degrees of the angle whose tangent is in cell A1.


--
Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)
 
J

joeu2004

the ARCTAN should return the angle in degrees!
As does the TAN return the ratio based on degrees.

You are entitled to your opinion. But it would be nice if it were an
informed opinion.

In Excel, the argument to the TAN function is in radians, not degrees.

Here is the relevant information from the help page:

TAN(number)
Number is the angle in __radians__ for which you want the tangent.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top