<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Scooter</title>
<link>http://snipplr.com/users/Scooter/tags/math</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 09:54:44 GMT</pubDate>
<item>
<title>(ASP) Prime Numbers</title>
<link>http://snipplr.com/view/15252/prime-numbers/</link>
<description><![CDATA[ <p>A library of functions related to prime numbers.</p> ]]></description>
<pubDate>Sat, 23 May 2009 11:17:50 GMT</pubDate>
<guid>http://snipplr.com/view/15252/prime-numbers/</guid>
</item>
<item>
<title>(PHP) Triangular Numbers</title>
<link>http://snipplr.com/view/11271/triangular-numbers/</link>
<description><![CDATA[ <p>Before some troll comes along and criticizes this function, bear in mind that it has legitimate uses. For example, it can be used to solve the handshake problem: how many handshakes if each person in a room full of n+1 total people shakes hands once with each other person?</p> ]]></description>
<pubDate>Sat, 17 Jan 2009 11:11:02 GMT</pubDate>
<guid>http://snipplr.com/view/11271/triangular-numbers/</guid>
</item>
<item>
<title>(ASP) Triangular Numbers</title>
<link>http://snipplr.com/view/11270/triangular-numbers/</link>
<description><![CDATA[ <p>Before some troll comes along and criticizes this function, bear in mind that it has legitimate uses. For example, it can be used to solve the handshake problem: how many handshakes if each person in a room full of n+1 total people shakes hands once with each other person?</p> ]]></description>
<pubDate>Sat, 17 Jan 2009 11:10:38 GMT</pubDate>
<guid>http://snipplr.com/view/11270/triangular-numbers/</guid>
</item>
<item>
<title>(PHP) Perfect Numbers</title>
<link>http://snipplr.com/view/10854/perfect-numbers/</link>
<description><![CDATA[ <p>Determine whether the given number is a perfect number.</p> ]]></description>
<pubDate>Sat, 03 Jan 2009 11:23:49 GMT</pubDate>
<guid>http://snipplr.com/view/10854/perfect-numbers/</guid>
</item>
<item>
<title>(ASP) Perfect Numbers</title>
<link>http://snipplr.com/view/10853/perfect-numbers/</link>
<description><![CDATA[ <p>Determine whether the given number is a perfect number.</p> ]]></description>
<pubDate>Sat, 03 Jan 2009 11:22:42 GMT</pubDate>
<guid>http://snipplr.com/view/10853/perfect-numbers/</guid>
</item>
<item>
<title>(PHP) Summation</title>
<link>http://snipplr.com/view/10302/summation/</link>
<description><![CDATA[ <p>Summation using the Gauss method.</p> ]]></description>
<pubDate>Sat, 06 Dec 2008 11:45:57 GMT</pubDate>
<guid>http://snipplr.com/view/10302/summation/</guid>
</item>
<item>
<title>(ASP) Summation</title>
<link>http://snipplr.com/view/10301/summation/</link>
<description><![CDATA[ <p>Summation using the Gauss method.</p> ]]></description>
<pubDate>Sat, 06 Dec 2008 11:45:26 GMT</pubDate>
<guid>http://snipplr.com/view/10301/summation/</guid>
</item>
<item>
<title>(PHP) Mersenne Numbers</title>
<link>http://snipplr.com/view/9981/mersenne-numbers/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 22 Nov 2008 12:48:49 GMT</pubDate>
<guid>http://snipplr.com/view/9981/mersenne-numbers/</guid>
</item>
<item>
<title>(ASP) Mersenne Numbers</title>
<link>http://snipplr.com/view/9980/mersenne-numbers/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 22 Nov 2008 12:48:29 GMT</pubDate>
<guid>http://snipplr.com/view/9980/mersenne-numbers/</guid>
</item>
<item>
<title>(PHP) Sinc function</title>
<link>http://snipplr.com/view/9569/sinc-function/</link>
<description><![CDATA[ <p>Both normalized and unnormalized sinc functions. Apparently useful for digital signal processing.</p> ]]></description>
<pubDate>Sat, 08 Nov 2008 11:09:03 GMT</pubDate>
<guid>http://snipplr.com/view/9569/sinc-function/</guid>
</item>
<item>
<title>(ASP) Sinc function</title>
<link>http://snipplr.com/view/9568/sinc-function/</link>
<description><![CDATA[ <p>Both normalized and unnormalized sinc functions. Apparently useful for digital signal processing.</p> ]]></description>
<pubDate>Sat, 08 Nov 2008 11:08:36 GMT</pubDate>
<guid>http://snipplr.com/view/9568/sinc-function/</guid>
</item>
<item>
<title>(PHP) Golden function</title>
<link>http://snipplr.com/view/9248/golden-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 25 Oct 2008 10:36:15 GMT</pubDate>
<guid>http://snipplr.com/view/9248/golden-function/</guid>
</item>
<item>
<title>(ASP) Golden function</title>
<link>http://snipplr.com/view/9247/golden-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 25 Oct 2008 10:35:55 GMT</pubDate>
<guid>http://snipplr.com/view/9247/golden-function/</guid>
</item>
<item>
<title>(PHP) Nth Root</title>
<link>http://snipplr.com/view/8824/nth-root/</link>
<description><![CDATA[ <p>This function allows you to calculate the root of a number beyond just square root.</p> ]]></description>
<pubDate>Sat, 04 Oct 2008 10:58:01 GMT</pubDate>
<guid>http://snipplr.com/view/8824/nth-root/</guid>
</item>
<item>
<title>(ASP) Nth root</title>
<link>http://snipplr.com/view/8823/nth-root/</link>
<description><![CDATA[ <p>This function allows you to calculate the root of a number beyond just square root.</p> ]]></description>
<pubDate>Sat, 04 Oct 2008 10:56:51 GMT</pubDate>
<guid>http://snipplr.com/view/8823/nth-root/</guid>
</item>
<item>
<title>(ASP) Logarithms</title>
<link>http://snipplr.com/view/8521/logarithms/</link>
<description><![CDATA[ <p>The built-in log() function can only obtain the natural logarithm of a number. The following logx() function supports logarithms of any base.</p> ]]></description>
<pubDate>Sun, 21 Sep 2008 10:56:34 GMT</pubDate>
<guid>http://snipplr.com/view/8521/logarithms/</guid>
</item>
<item>
<title>(PHP) Fibonacci numbers</title>
<link>http://snipplr.com/view/7244/fibonacci-numbers/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Jul 2008 11:12:09 GMT</pubDate>
<guid>http://snipplr.com/view/7244/fibonacci-numbers/</guid>
</item>
<item>
<title>(ASP) Fibonacci numbers</title>
<link>http://snipplr.com/view/7243/fibonacci-numbers/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Jul 2008 11:12:07 GMT</pubDate>
<guid>http://snipplr.com/view/7243/fibonacci-numbers/</guid>
</item>
<item>
<title>(PHP) Fermat numbers</title>
<link>http://snipplr.com/view/7138/fermat-numbers/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 05 Jul 2008 10:20:38 GMT</pubDate>
<guid>http://snipplr.com/view/7138/fermat-numbers/</guid>
</item>
<item>
<title>(ASP) Fermat numbers</title>
<link>http://snipplr.com/view/7137/fermat-numbers/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 05 Jul 2008 10:20:00 GMT</pubDate>
<guid>http://snipplr.com/view/7137/fermat-numbers/</guid>
</item>
</channel>
</rss>
