<?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%3AReal_Func</id>
	<title>TI-BASIC:Real Func - 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%3AReal_Func"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Real_Func&amp;action=history"/>
	<updated>2026-04-30T09:01:49Z</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:Real_Func&amp;diff=710&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:Real_Func&amp;diff=710&amp;oldid=prev"/>
		<updated>2016-02-24T18:14:45Z</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=REAL.GIF&lt;br /&gt;
|summary=Returns the real part of a complex value.&lt;br /&gt;
|syntax=real(&amp;#039;&amp;#039;value&amp;#039;&amp;#039;)&lt;br /&gt;
|location=Press:&lt;br /&gt;
# MATH to access the [[TI-BASIC:Math|Math]] menu.&lt;br /&gt;
# RIGHT, RIGHT to access the CPX (complex) submenu.&lt;br /&gt;
# 2 to select real(, or use arrows.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=2 bytes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
real(&amp;#039;&amp;#039;z&amp;#039;&amp;#039;) returns the real part of the complex number &amp;#039;&amp;#039;z&amp;#039;&amp;#039;. If &amp;#039;&amp;#039;z&amp;#039;&amp;#039; is represented as &amp;#039;&amp;#039;x&amp;#039;&amp;#039;+i&amp;#039;&amp;#039;y&amp;#039;&amp;#039; where &amp;#039;&amp;#039;x&amp;#039;&amp;#039; and &amp;#039;&amp;#039;y&amp;#039;&amp;#039; are both real, real(&amp;#039;&amp;#039;z&amp;#039;&amp;#039;) returns &amp;#039;&amp;#039;x&amp;#039;&amp;#039;. Also works on a list of complex numbers.&lt;br /&gt;
&lt;br /&gt;
 real(3+4i)&lt;br /&gt;
      3&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
The real( command is expanded by several [[TI-BASIC:Asmlibs|assembly libraries]] (such as [[TI-BASIC:Xlib|XLIB]] and [[TI-BASIC:Omnicalc|Omnicalc]]) to call their own routines. If xLib is installed, then real( will no longer work as intended even in programs that want to use it for its intended purpose.&lt;br /&gt;
&lt;br /&gt;
If you actually want to take the real part of a complex number, and want the program to work with one of these assembly libraries, you could use the [[TI-BASIC:Imag|Imag(]] command instead - real(Z) is equivalent to imag(Z&amp;#039;&amp;#039;i&amp;#039;&amp;#039;). Alternatively, you could tell people using your program to uninstall xLIB or Omnicalc first.&lt;br /&gt;
&lt;br /&gt;
If a program you downloaded has an error and 2:Goto takes you to a line with real( and a bunch of arguments, this is probably because the program uses Omnicalc or xLIB which you don&amp;#039;t have installed.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Abs|Abs(]]&lt;br /&gt;
* [[TI-BASIC:Angle|Angle(]]&lt;br /&gt;
* [[TI-BASIC:Conj|Conj(]]&lt;br /&gt;
* [[TI-BASIC:Imag|Imag(]]&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Asmlibs|Assembly Libraries]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>