<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Modulo in Erlang</title>
	<atom:link href="http://bluebones.net/2006/12/modulo-in-erlang/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluebones.net/2006/12/modulo-in-erlang/</link>
	<description>Adventures in Computer Programming</description>
	<pubDate>Fri, 21 Nov 2008 23:39:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Kardell</title>
		<link>http://bluebones.net/2006/12/modulo-in-erlang/#comment-24306</link>
		<dc:creator>Kardell</dc:creator>
		<pubDate>Fri, 22 Aug 2008 09:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://bluebones.net/2006/12/modulo-in-erlang/#comment-24306</guid>
		<description>However the rem funktion is not a true module since if you have A rem B and A is a negative number you will get a regative result, while you in modulo calculus should get a positive result.
The true modulo of A mod B would be 
 (A rem  B + B) rem B to account for negative A.</description>
		<content:encoded><![CDATA[<p>However the rem funktion is not a true module since if you have A rem B and A is a negative number you will get a regative result, while you in modulo calculus should get a positive result.<br />
The true modulo of A mod B would be<br />
 (A rem  B + B) rem B to account for negative A.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://bluebones.net/2006/12/modulo-in-erlang/#comment-5234</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 20 Jan 2007 15:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://bluebones.net/2006/12/modulo-in-erlang/#comment-5234</guid>
		<description>The 'usual' % is the for comment...</description>
		<content:encoded><![CDATA[<p>The &#8216;usual&#8217; % is the for comment&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
