<?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: SICP sections 1.3.2 - 1.3.3</title>
	<atom:link href="http://eli.thegreenplace.net/2007/07/13/sicp-sections-132-133/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2007/07/13/sicp-sections-132-133/</link>
	<description>Eli Bendersky's personal website</description>
	<pubDate>Fri, 21 Nov 2008 14:13:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: gorilych</title>
		<link>http://eli.thegreenplace.net/2007/07/13/sicp-sections-132-133/#comment-132843</link>
		<dc:creator>gorilych</dc:creator>
		<pubDate>Mon, 29 Sep 2008 04:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/07/13/sicp-sections-132-133/#comment-132843</guid>
		<description>On ex. 1.39:

Why don't you reuse cont-frac?

(defun tan-cf (x k)
  (cont-frac (lambda (i) (if (= i 1) x (- (square x))))
             (lambda (i) (- (* 2 i) 1))
             k))</description>
		<content:encoded><![CDATA[<p>On ex. 1.39:</p>
<p>Why don&#8217;t you reuse cont-frac?</p>
<p>(defun tan-cf (x k)<br />
  (cont-frac (lambda (i) (if (= i 1) x (- (square x))))<br />
             (lambda (i) (- (* 2 i) 1))<br />
             k))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
