<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The 16bitboy&#039;s Garage</title>
	<atom:link href="http://www.16bitboy.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.16bitboy.com/blog</link>
	<description>Raw thoughts about computer programming, mathematics and technology.</description>
	<lastBuildDate>Fri, 25 Jan 2013 17:02:53 +0000</lastBuildDate>
	<language>default</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>On integer divisions and computers&#8230;</title>
		<link>http://www.16bitboy.com/blog/2013/01/24/on-integer-divisions-and-computers/</link>
		<comments>http://www.16bitboy.com/blog/2013/01/24/on-integer-divisions-and-computers/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 18:40:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer science]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[euclid's algorithm]]></category>
		<category><![CDATA[euclidean division]]></category>
		<category><![CDATA[great common divisor]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[number theory]]></category>

		<guid isPermaLink="false">http://www.16bitboy.com/blog/?p=432</guid>
		<description><![CDATA[I&#8217;ve been working in a small app that calculates the GCD (great common divisor) of two integers using the Euclid&#8217;s algorithm for it. So having it calculating GCD&#8217;s of positive integers very well and showing the divisions done for it on screen, I started to test how well the app calculates the GCD for negative [...]]]></description>
		<wfw:commentRss>http://www.16bitboy.com/blog/2013/01/24/on-integer-divisions-and-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
