<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://coderwiki.org/index.php?action=history&amp;feed=atom&amp;title=Truncation</id>
	<title>Truncation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://coderwiki.org/index.php?action=history&amp;feed=atom&amp;title=Truncation"/>
	<link rel="alternate" type="text/html" href="http://coderwiki.org/index.php?title=Truncation&amp;action=history"/>
	<updated>2026-05-19T03:46:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://coderwiki.org/index.php?title=Truncation&amp;diff=97&amp;oldid=prev</id>
		<title>Dylan: new: info, truncation</title>
		<link rel="alternate" type="text/html" href="http://coderwiki.org/index.php?title=Truncation&amp;diff=97&amp;oldid=prev"/>
		<updated>2025-08-14T17:18:44Z</updated>

		<summary type="html">&lt;p&gt;new: info, truncation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Truncation&amp;#039;&amp;#039;&amp;#039; is a form of [[rounding]] where the result is always [[Floor rounding|floored]]. This essentially means that the non-[[integer]] (decimal) part of a [[Floating point|float]] is &amp;#039;chopped off&amp;#039; (truncated).&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Below some [[floating point]] numbers are shown, as well as the [[Integer|integers]] they round to when &amp;#039;&amp;#039;&amp;#039;truncated&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
 1.2 -&amp;gt; 1&lt;br /&gt;
 7.9 -&amp;gt; 7&lt;br /&gt;
 8.0 -&amp;gt; 8&lt;br /&gt;
 9.9 -&amp;gt; 9&lt;br /&gt;
 -3.4 -&amp;gt; -3&lt;br /&gt;
 -7.8 -&amp;gt; -7&lt;/div&gt;</summary>
		<author><name>Dylan</name></author>
	</entry>
</feed>