<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wikiti.brandonw.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=Real%2FComplex_Values</id>
		<title>Real/Complex Values - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=Real%2FComplex_Values"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Real/Complex_Values&amp;action=history"/>
		<updated>2026-04-05T17:49:31Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Real/Complex_Values&amp;diff=8895&amp;oldid=prev</id>
		<title>Sircmpwn: New page: Real and complex values are used for storing numbers.  They include A-Z and /theta/, most commonly, althogh more are available through hacks.  Although they are two different types of vari...</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Real/Complex_Values&amp;diff=8895&amp;oldid=prev"/>
				<updated>2009-11-10T15:55:53Z</updated>
		
		<summary type="html">&lt;p&gt;New page: Real and complex values are used for storing numbers.  They include A-Z and /theta/, most commonly, althogh more are available through hacks.  Although they are two different types of vari...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Real and complex values are used for storing numbers.  They include A-Z and /theta/, most commonly, althogh more are available through hacks.  Although they are two different types of varialbes, they both occupy the same global variables.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Real Values ==&lt;br /&gt;
Real values are real numbers, such as 32, that are used in calculations.  An example calculation is A+3, which will increase the value in A by 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Complex Values ==&lt;br /&gt;
Complex numbers contain imaginary numbers, which are expressed in terms of [[i]].  They can be displayed in the following formats:&lt;br /&gt;
a+bi&lt;br /&gt;
re^&amp;amp;Thetai&lt;br /&gt;
According to the user's mode settings, or just throw an error.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Storing to Real or Complex Variables ==&lt;br /&gt;
To store to a real or complex variable, the user types the value as a number, followed by -&amp;gt;, then specifies the variable:&lt;br /&gt;
45-&amp;gt;B&lt;br /&gt;
This stores the number 45 to the variable B.  For complex numbers, they are expressed in terms of [[i]] and are interchangeable with real variables:&lt;br /&gt;
23i-&amp;gt;B&lt;br /&gt;
Which stores 23*sqrt(-1) to B.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Programming signifigance ==&lt;br /&gt;
Real variables are used most widely for programming, but are rigid in their limitation of only 25 variables available.  They are also very hard to keep track of in numbers, because their only identifier is the letter.  An alternative method of using real numbers is in [[lists]], which have up to 999 values available.&lt;/div&gt;</summary>
		<author><name>Sircmpwn</name></author>	</entry>

	</feed>