<?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%3AZdecimal</id>
	<title>TI-BASIC:Zdecimal - 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%3AZdecimal"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Zdecimal&amp;action=history"/>
	<updated>2026-04-29T15:50:56Z</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:Zdecimal&amp;diff=1180&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:Zdecimal&amp;diff=1180&amp;oldid=prev"/>
		<updated>2016-02-24T18:38:46Z</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=ZDECIMAL.GIF&lt;br /&gt;
|summary=Zooms to a [[TI-BASIC:Friendly_Window|Friendly_Window]] where all pixels have simple coordinates.&lt;br /&gt;
|syntax=ZDecimal&lt;br /&gt;
|location=Press:&lt;br /&gt;
# ZOOM to access the zoom menu.&lt;br /&gt;
# 4 to select ZDecimal, or use arrows and ENTER.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The ZDecimal command makes the following changes to the [[TI-BASIC:System_Variables#window|window variables]]:&lt;br /&gt;
* Xmin=-4.7&lt;br /&gt;
* Xmax=4.7&lt;br /&gt;
* Xscl=1&lt;br /&gt;
* Ymin=-3.1&lt;br /&gt;
* Ymax=3.1&lt;br /&gt;
* Yscl=1&lt;br /&gt;
&lt;br /&gt;
Because of the dimensions of the graph screen (95 by 63, when you remember that the last row and column aren&amp;#039;t used), this has the useful effect that every pixel has round X- and Y-coordinates with at most one decimal digit. Also, the screen has correct proportions: a specific distance in the X direction is the same number of pixels in length as the same distance in the Y direction. This makes the window dimensions created by ZDecimal a [[TI-BASIC:Friendly_Window|Friendly_Window]] (the [[TI-BASIC:Zinteger|ZInteger]] and [[TI-BASIC:Zsquare|ZSquare]] commands also have this effect, but in slightly different ways)&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
Using the ZDecimal command prevents gaps in certain graphs, and makes sure vertical asymptotes with integer coordinates are graphed correctly. Also, circles will be drawn as actual circles with this graphing window(unlike other windows, with which they might appear stretched).&lt;br /&gt;
&lt;br /&gt;
The values given for Xmin, Xmax, etc. above are only correct for the [[TI-BASIC:Full|Full]] mode setting (which is the default, and the most common setting). In [[TI-BASIC:Horiz|Horiz]] and [[TI-BASIC:G_T|G_T]] modes, the values will be different, preserving the property that two pixels next to each other differ in coordinates by 0.1:&lt;br /&gt;
* Ymin= -1.5 and Ymax= 1.5 in Horiz mode (Xmin and Xmax are the same)&lt;br /&gt;
* Ymin= -2.5 and Ymax= 2.5 in G-T mode, while Xmin= -2.3 and Xmax= 2.3&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#invalid|ERR:INVALID]]&amp;#039;&amp;#039;&amp;#039; occurs if this command is used outside a program.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Zinteger|ZInteger]]&lt;br /&gt;
* [[TI-BASIC:Zsquare|ZSquare]]&lt;br /&gt;
* [[TI-BASIC:Zstandard|ZStandard]]&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Friendly_Window|Friendly Graphing Windows]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>