<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Converting Floating-Point Numbers to Binary Strings in C</title>
	<atom:link href="http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/</link>
	<description>Binary Numbers, Binary Code, and Binary Logic</description>
	<lastBuildDate>Mon, 30 Jan 2012 01:37:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rick Regan</title>
		<link>http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/comment-page-1/#comment-5338</link>
		<dc:creator>Rick Regan</dc:creator>
		<pubDate>Thu, 25 Aug 2011 20:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=234#comment-5338</guid>
		<description>&lt;strong&gt;NOTE&lt;/strong&gt;: My code depends on the fmod() function, and &lt;a title=&quot;See Don Williamson&#039;s Comment on Rick Regan&#039;s article &#8220;Quick and Dirty Floating-Point to Decimal Conversion&#8221;&quot; href=&quot;http://www.exploringbinary.com/quick-and-dirty-floating-point-to-decimal-conversion/#comment-5335&quot; rel=&quot;nofollow&quot;&gt;one reader reports that the MINIX version of fmod() produces incorrect results&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p><strong>NOTE</strong>: My code depends on the fmod() function, and <a title="See Don Williamson's Comment on Rick Regan's article &ldquo;Quick and Dirty Floating-Point to Decimal Conversion&rdquo;" href="http://www.exploringbinary.com/quick-and-dirty-floating-point-to-decimal-conversion/#comment-5335" rel="nofollow">one reader reports that the MINIX version of fmod() produces incorrect results</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anshuman dhuliya</title>
		<link>http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/comment-page-1/#comment-5206</link>
		<dc:creator>anshuman dhuliya</dc:creator>
		<pubDate>Thu, 07 Jul 2011 04:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=234#comment-5206</guid>
		<description>nicely programmed - it simplified the concept with a good coding style. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>nicely programmed &#8211; it simplified the concept with a good coding style. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Regan</title>
		<link>http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/comment-page-1/#comment-4945</link>
		<dc:creator>Rick Regan</dc:creator>
		<pubDate>Thu, 24 Mar 2011 17:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=234#comment-4945</guid>
		<description>@Bangon Kali,

I&#039;m glad you liked it. Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>@Bangon Kali,</p>
<p>I&#8217;m glad you liked it. Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bangon Kali</title>
		<link>http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/comment-page-1/#comment-4944</link>
		<dc:creator>Bangon Kali</dc:creator>
		<pubDate>Thu, 24 Mar 2011 16:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=234#comment-4944</guid>
		<description>Great article! Thanks!</description>
		<content:encoded><![CDATA[<p>Great article! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Regan</title>
		<link>http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/comment-page-1/#comment-4365</link>
		<dc:creator>Rick Regan</dc:creator>
		<pubDate>Wed, 30 Jun 2010 20:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=234#comment-4365</guid>
		<description>ikilobo,

This doesn&#039;t seem to have anything to do with converting floating-point numbers to binary strings (and I can&#039;t say I understand the question anyhow). Sorry.</description>
		<content:encoded><![CDATA[<p>ikilobo,</p>
<p>This doesn&#8217;t seem to have anything to do with converting floating-point numbers to binary strings (and I can&#8217;t say I understand the question anyhow). Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ikilobo</title>
		<link>http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/comment-page-1/#comment-4363</link>
		<dc:creator>ikilobo</dc:creator>
		<pubDate>Wed, 30 Jun 2010 09:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=234#comment-4363</guid>
		<description>i want to generate randomly n bits number that divide into W word, where W=m/n
and then i want operate it by  adding/xor, multiplying, the process that i mean look below:

input m, n1, n2; m=4, n1=12, n2=9;
assumed: n1&gt;=n2;

n1=12
A[]=[[1001],[0011],[1010]]
n2=9
B[]=[[0001],[0011],[1010]]
three ZERO digit MSB in B[] automatic generate..

so the calculate follow the rule:
A[]=[[1001],[0011],[1010]]
B[]=[[0001],[1010],[0010]]
_______________________xor
C[]=[[1000],[1001],[1000]]

xor per block, how can i implementing it in C, where n1 and n2 up to 100 bit or more?</description>
		<content:encoded><![CDATA[<p>i want to generate randomly n bits number that divide into W word, where W=m/n<br />
and then i want operate it by  adding/xor, multiplying, the process that i mean look below:</p>
<p>input m, n1, n2; m=4, n1=12, n2=9;<br />
assumed: n1&gt;=n2;</p>
<p>n1=12<br />
A[]=[[1001],[0011],[1010]]<br />
n2=9<br />
B[]=[[0001],[0011],[1010]]<br />
three ZERO digit MSB in B[] automatic generate..</p>
<p>so the calculate follow the rule:<br />
A[]=[[1001],[0011],[1010]]<br />
B[]=[[0001],[1010],[0010]]<br />
_______________________xor<br />
C[]=[[1000],[1001],[1000]]</p>
<p>xor per block, how can i implementing it in C, where n1 and n2 up to 100 bit or more?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

