<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://sciwiki.sierrahelp.com/index.php?action=history&amp;feed=atom&amp;title=Operators</id>
	<title>Operators - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://sciwiki.sierrahelp.com/index.php?action=history&amp;feed=atom&amp;title=Operators"/>
	<link rel="alternate" type="text/html" href="http://sciwiki.sierrahelp.com/index.php?title=Operators&amp;action=history"/>
	<updated>2026-09-06T01:52:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>http://sciwiki.sierrahelp.com/index.php?title=Operators&amp;diff=426&amp;oldid=prev</id>
		<title>Andrew Branscom: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://sciwiki.sierrahelp.com/index.php?title=Operators&amp;diff=426&amp;oldid=prev"/>
		<updated>2013-08-05T22:33:28Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:33, 5 August 2013&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key collectr_mwSCI-mw_:diff::1.12:old-425:rev-426 --&gt;
&lt;/table&gt;</summary>
		<author><name>Andrew Branscom</name></author>
	</entry>
	<entry>
		<id>http://sciwiki.sierrahelp.com/index.php?title=Operators&amp;diff=425&amp;oldid=prev</id>
		<title>Andrew Branscom: Created page with &quot;===Arithmetic Operators===  Use the arithmetic operators to perform mathematical computations.  * + (addition) * - (subtraction) * * (multiplication) * / (division) * % (modulus ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://sciwiki.sierrahelp.com/index.php?title=Operators&amp;diff=425&amp;oldid=prev"/>
		<updated>2011-01-23T00:18:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Arithmetic Operators===  Use the arithmetic operators to perform mathematical computations.  * + (addition) * - (subtraction) * * (multiplication) * / (division) * % (modulus ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Arithmetic Operators===&lt;br /&gt;
&lt;br /&gt;
Use the arithmetic operators to perform mathematical computations.&lt;br /&gt;
&lt;br /&gt;
* + (addition)&lt;br /&gt;
* - (subtraction)&lt;br /&gt;
* * (multiplication)&lt;br /&gt;
* / (division)&lt;br /&gt;
* % (modulus operator)&lt;br /&gt;
* ++(increment)&lt;br /&gt;
* -- (decrement)&lt;br /&gt;
&lt;br /&gt;
===Bitwise Operators===&lt;br /&gt;
&lt;br /&gt;
Use the bitwise operators to modify the individual bits rather than the number.&lt;br /&gt;
&lt;br /&gt;
* &amp;amp; (bitwise AND)&lt;br /&gt;
* | (bitwise inclusive OR)&lt;br /&gt;
* ^ (bitwise exclusive OR)&lt;br /&gt;
* &amp;lt;&amp;lt; (bitwise shift right)&lt;br /&gt;
* &amp;gt;&amp;gt; (bitwise shift left)&lt;br /&gt;
* bnot (inverts an integer&amp;#039;s bits)&lt;br /&gt;
* not (inverts TRUE/FALSE expressions)&lt;br /&gt;
* neg (negates integers)&lt;br /&gt;
&lt;br /&gt;
===Relational Operators===&lt;br /&gt;
&lt;br /&gt;
Use the arithmetic operators to perform mathematical computations.&lt;br /&gt;
&lt;br /&gt;
* == (equal to)&lt;br /&gt;
* &amp;lt;&amp;gt; (not equal to)&lt;br /&gt;
* &amp;lt; (less than)&lt;br /&gt;
* &amp;lt;u (unsigned less than)&lt;br /&gt;
* &amp;lt;= (less than or equal to)&lt;br /&gt;
* &amp;lt;=u (unsigned less than or equal to)&lt;br /&gt;
* &amp;gt; (greater than)&lt;br /&gt;
* &amp;gt;u (unsigned greater than)&lt;br /&gt;
* &amp;gt;= (greater than or equal to)&lt;br /&gt;
* &amp;gt;=u (unsigned greater than or equal to)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
[[Category:Operators]]&lt;/div&gt;</summary>
		<author><name>Andrew Branscom</name></author>
	</entry>
</feed>