<?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%3AFix</id>
	<title>TI-BASIC:Fix - 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%3AFix"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Fix&amp;action=history"/>
	<updated>2026-04-17T08:00:20Z</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:Fix&amp;diff=672&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:Fix&amp;diff=672&amp;oldid=prev"/>
		<updated>2016-02-24T18:12:50Z</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=FIX.GIF&lt;br /&gt;
|summary=Puts the calculator in fixed point display mode, displaying &amp;#039;&amp;#039;value&amp;#039;&amp;#039; digits after the decimal.&lt;br /&gt;
|syntax=Fix &amp;#039;&amp;#039;value&amp;#039;&amp;#039;&lt;br /&gt;
|location=While editing a program, press:&lt;br /&gt;
# MODE to access the mode menu.&lt;br /&gt;
# Use arrows to select a number 0-9 from the 2nd line.&lt;br /&gt;
This will paste Fix &amp;#039;&amp;#039;number&amp;#039;&amp;#039;. Outside a program, it will simply put the calculator in the appropriate mode.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Fix command puts the calculator in fixed-point display mode: all numbers will be displayed with a fixed number of digits (0-9) after the decimal, depending on the argument of Fix. This could be useful if you&amp;#039;re trying to display potentially fractional numbers in a limited amount of space. &lt;br /&gt;
&lt;br /&gt;
A note on more technical aspects: first, if more digits are available than are displayed, the calculator will round off the displayed number (but not its stored value), so 3.97 will be displayed as 4 in Fix 1 mode. Second, the Fix command can&amp;#039;t force more than 10 significant digits to be displayed, so something like 123456789.1 will only display one decimal digit even in Fix 9 mode.&lt;br /&gt;
&lt;br /&gt;
Finally, note that the [[TI-BASIC:Float|Float]] and Fix commands only change the way numbers are displayed: they are saved in the same way in each case. Even if you&amp;#039;re in Fix 0 mode, the calculations are not done using integers, and in general the calculations are still done using floating-point numbers no matter the number mode. The one exception is with [[TI-BASIC:Regression_Models|regressions]]: if you store a regression to an equation in Fix N mode, it will truncate the numbers involved before storing them to the equation, and as a result, the equation will be different.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Float|Float]]&lt;br /&gt;
* [[TI-BASIC:Normal|Normal]]&lt;br /&gt;
* [[TI-BASIC:Sci|Sci]]&lt;br /&gt;
* [[TI-BASIC:Eng|Eng]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>