<?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: Calculating Pi in TI Basic Using the Leibniz Formula</title>
	<atom:link href="http://timjoh.com/calculating-pi-in-ti-basic-using-the-leibniz-formula/feed/" rel="self" type="application/rss+xml" />
	<link>http://timjoh.com/calculating-pi-in-ti-basic-using-the-leibniz-formula/</link>
	<description>Code, games, chess and everything but the kitchen sink</description>
	<pubDate>Fri, 21 Nov 2008 13:10:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: cy3</title>
		<link>http://timjoh.com/calculating-pi-in-ti-basic-using-the-leibniz-formula/#comment-67955</link>
		<dc:creator>cy3</dc:creator>
		<pubDate>Mon, 05 May 2008 21:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://timjoh.com/calculating-pi-in-ti-basic-using-the-leibniz-formula/#comment-67955</guid>
		<description>There's a faster way to do the summation:

Dips 4*sum(seq((-1)^X/(2X-1), X, 0, i))

Where 'i' is the number of iterations.

...I find this sometimes yields negative pi...if that's the case, simple make it 'Disp -4*sum...'</description>
		<content:encoded><![CDATA[<p>There&#8217;s a faster way to do the summation:</p>
<p>Dips 4*sum(seq((-1)^X/(2X-1), X, 0, i))</p>
<p>Where &#8216;i&#8217; is the number of iterations.</p>
<p>&#8230;I find this sometimes yields negative pi&#8230;if that&#8217;s the case, simple make it &#8216;Disp -4*sum&#8230;&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel B.</title>
		<link>http://timjoh.com/calculating-pi-in-ti-basic-using-the-leibniz-formula/#comment-37706</link>
		<dc:creator>Daniel B.</dc:creator>
		<pubDate>Wed, 05 Dec 2007 06:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://timjoh.com/calculating-pi-in-ti-basic-using-the-leibniz-formula/#comment-37706</guid>
		<description>Thanks for this! It's one of many examples which helped me understand and learn TI-BASIC. It's very interesting to see my calculator calculating pi in real-time. Very cool.</description>
		<content:encoded><![CDATA[<p>Thanks for this! It&#8217;s one of many examples which helped me understand and learn TI-BASIC. It&#8217;s very interesting to see my calculator calculating pi in real-time. Very cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Programming Tutorials</title>
		<link>http://timjoh.com/calculating-pi-in-ti-basic-using-the-leibniz-formula/#comment-31446</link>
		<dc:creator>Programming Tutorials</dc:creator>
		<pubDate>Thu, 25 Oct 2007 20:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://timjoh.com/calculating-pi-in-ti-basic-using-the-leibniz-formula/#comment-31446</guid>
		<description>&lt;strong&gt;Programming Tutorials...&lt;/strong&gt;

I couldn't understand some parts of this article, but it sounds interesting...</description>
		<content:encoded><![CDATA[<p><strong>Programming Tutorials&#8230;</strong></p>
<p>I couldn&#8217;t understand some parts of this article, but it sounds interesting&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
