<?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: An Erlang implementation of lists:seq for floats</title>
	<atom:link href="http://andrewsblog.org/2009/11/24/an-erlang-implementation-of-listsseq-for-floats/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewsblog.org/2009/11/24/an-erlang-implementation-of-listsseq-for-floats/</link>
	<description>Stories of an ex-erasmus student</description>
	<lastBuildDate>Mon, 26 Jul 2010 05:29:44 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: andrew</title>
		<link>http://andrewsblog.org/2009/11/24/an-erlang-implementation-of-listsseq-for-floats/comment-page-1/#comment-4441</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Sat, 01 May 2010 16:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://andrewsblog.org/?p=60#comment-4441</guid>
		<description>Well Andreas, you are right. My implementation won&#039;t work with negative values because it uses logarithmic. You can use your implementation, or use mine with positive values and subtract with map fun(X) -&gt; X-10.</description>
		<content:encoded><![CDATA[<p>Well Andreas, you are right. My implementation won&#8217;t work with negative values because it uses logarithmic. You can use your implementation, or use mine with positive values and subtract with map fun(X) -> X-10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://andrewsblog.org/2009/11/24/an-erlang-implementation-of-listsseq-for-floats/comment-page-1/#comment-4439</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Sat, 01 May 2010 13:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://andrewsblog.org/?p=60#comment-4439</guid>
		<description>Hi
im new to erlang (3 Days) so please don´t be harsh on me ;)
I also need a list of float values.
Your solution do not work with negative minimum values.


lists:map(fun(X)-&gt;X/10 end,lists:seq(-1*10,1*10))

[-1.0,-0.9,-0.8,-0.7,-0.6,-0.5,-0.4,-0.3,-0.2,-0.1,0.0,0.1,
0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.0]

Would work.</description>
		<content:encoded><![CDATA[<p>Hi<br />
im new to erlang (3 Days) so please don´t be harsh on me <img src='http://andrewsblog.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
I also need a list of float values.<br />
Your solution do not work with negative minimum values.</p>
<p>lists:map(fun(X)-&gt;X/10 end,lists:seq(-1*10,1*10))</p>
<p>[-1.0,-0.9,-0.8,-0.7,-0.6,-0.5,-0.4,-0.3,-0.2,-0.1,0.0,0.1,<br />
0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.0]</p>
<p>Would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jean</title>
		<link>http://andrewsblog.org/2009/11/24/an-erlang-implementation-of-listsseq-for-floats/comment-page-1/#comment-2991</link>
		<dc:creator>jean</dc:creator>
		<pubDate>Fri, 25 Dec 2009 09:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://andrewsblog.org/?p=60#comment-2991</guid>
		<description>Dede, Stick to understandable posts dude :) I like the TED and &#039;philosophic&#039; threads but this is a little too G33Ky my friend.

Btw how&#039;s the &#039;I-want-to-learn-something-new-every-day&#039; project running?

Cheers and Merry X-Mas</description>
		<content:encoded><![CDATA[<p>Dede, Stick to understandable posts dude <img src='http://andrewsblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I like the TED and &#8216;philosophic&#8217; threads but this is a little too G33Ky my friend.</p>
<p>Btw how&#8217;s the &#8216;I-want-to-learn-something-new-every-day&#8217; project running?</p>
<p>Cheers and Merry X-Mas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
