<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AArctan</id>
	<title>TI-BASIC:Arctan - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AArctan"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Arctan&amp;action=history"/>
	<updated>2026-04-29T17:19:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Arctan&amp;diff=1049&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Arctan&amp;diff=1049&amp;oldid=prev"/>
		<updated>2016-02-24T18:32:02Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=TANINVERSE.GIF&lt;br /&gt;
|summary=Returns the inverse tangent (also called arctangent)&lt;br /&gt;
|syntax=tanֿ¹(&amp;#039;&amp;#039;number&amp;#039;&amp;#039;)&lt;br /&gt;
|location=Press:&lt;br /&gt;
# [2nd]&lt;br /&gt;
# [tanֿ¹]&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
tanֿ¹( returns the [http://mathworld.wolfram.com/InverseTangent.html arctangent] of its argument. It is the inverse of [[TI-BASIC:Tan|Tan(]], which means that tanֿ¹(n) produces an angle θ such that tan(θ)=n.&lt;br /&gt;
&lt;br /&gt;
Like tan(, the result of tanֿ¹( depends on whether the calculator is in [[TI-BASIC:Radian_Mode|Radian]] or [[TI-BASIC:Degree_Mode|Degree]] mode. However, unlike tangent, the result is in degrees or radians, not the argument. A full rotation around a circle is 2π radians, which is equal to 360°. The conversion of θ=tanֿ¹(n) from radians to degrees is θ*180/π and from degrees to radians is θ*π/180. The tanֿ¹( command also works on a list.&lt;br /&gt;
&lt;br /&gt;
tanֿ¹( will always return a value between -π/2 and π/2 (or -90° and 90°).&lt;br /&gt;
&lt;br /&gt;
In radians:&lt;br /&gt;
&lt;br /&gt;
 :tanֿ¹(1)&lt;br /&gt;
     .7853981634&lt;br /&gt;
&lt;br /&gt;
In degrees:&lt;br /&gt;
&lt;br /&gt;
 :tanֿ¹(1)&lt;br /&gt;
     45&lt;br /&gt;
&lt;br /&gt;
= Optimization =&lt;br /&gt;
&lt;br /&gt;
Expressions of the form tanֿ¹(&amp;#039;&amp;#039;y&amp;#039;&amp;#039;/&amp;#039;&amp;#039;x&amp;#039;&amp;#039;) are usually better recast as R►Pθ(&amp;#039;&amp;#039;x&amp;#039;&amp;#039;,&amp;#039;&amp;#039;y&amp;#039;&amp;#039;); the latter will not fail even if &amp;#039;&amp;#039;x&amp;#039;&amp;#039; should happen to be equal to zero.&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#datatype|ERR:DATA TYPE]]&amp;#039;&amp;#039;&amp;#039; is thrown if you input a complex value or a matrix.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Sin|Sin(]]&lt;br /&gt;
* [[TI-BASIC:Arcsin|sinֿ¹(]]&lt;br /&gt;
* [[TI-BASIC:Cos|Cos(]]&lt;br /&gt;
* [[TI-BASIC:Arccos|cosֿ¹(]]&lt;br /&gt;
* [[TI-BASIC:Tan|Tan(]]&lt;br /&gt;
* [[TI-BASIC:R_Ptheta|R►Pθ(]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>