<?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%3ADivide</id>
	<title>TI-BASIC:Divide - 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%3ADivide"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Divide&amp;action=history"/>
	<updated>2026-04-18T15:18:59Z</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:Divide&amp;diff=1040&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:Divide&amp;diff=1040&amp;oldid=prev"/>
		<updated>2016-02-24T18:31:34Z</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=DIVIDE.GIF&lt;br /&gt;
|summary=Returns the division of two numbers.&lt;br /&gt;
|syntax=&amp;#039;&amp;#039;value1&amp;#039;&amp;#039; / &amp;#039;&amp;#039;value2&amp;#039;&amp;#039;&lt;br /&gt;
|location=Press [/]&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The / (divide) operator takes two numbers, variables, or expressions and divides them, thus returning a single new value. The / operator appears higher in the order of operations than both [[TI-BASIC:Add|+]] and [[TI-BASIC:Subtract|-]], so if those appear in an expression, / will be executed first. In addition, the [[TI-BASIC:Multiply|*]] operator has the same order of operations as /, so the calculator simply executes them left to right in the order that they appear.&lt;br /&gt;
&lt;br /&gt;
 :1/1&lt;br /&gt;
            1&lt;br /&gt;
 &lt;br /&gt;
 :5→X&lt;br /&gt;
 :2/3X&lt;br /&gt;
            3.333333333&lt;br /&gt;
 &lt;br /&gt;
 :2→A:3→B&lt;br /&gt;
 :A/B/B/A&lt;br /&gt;
            .1111111111&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* + ([[TI-BASIC:Add|Add]])&lt;br /&gt;
* - ([[TI-BASIC:Subtract|Subtract]])&lt;br /&gt;
* * ([[TI-BASIC:Multiply|Multiply]])&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#data_Type|ERR:DATA TYPE]]&amp;#039;&amp;#039;&amp;#039; is thrown if you divide by a matrix.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#divide_By_0|ERR:DIVIDE BY 0]]&amp;#039;&amp;#039;&amp;#039; is thrown if you divide by 0 or a undefined variable.[[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>