<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/math</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 06:34:14 GMT</pubDate>
<item>
<title>(PHP) Function for Summation - iamdezzy</title>
<link>http://snipplr.com/view/49789/function-for-summation/</link>
<description><![CDATA[ <p>Easy but powerful.</p> ]]></description>
<pubDate>Mon, 28 Feb 2011 08:27:10 GMT</pubDate>
<guid>http://snipplr.com/view/49789/function-for-summation/</guid>
</item>
<item>
<title>(PHP) Function for Finding Narcissistic Numbers - iamdezzy</title>
<link>http://snipplr.com/view/49572/function-for-finding-narcissistic-numbers/</link>
<description><![CDATA[ <p>I'm just trying</p> ]]></description>
<pubDate>Thu, 24 Feb 2011 10:19:53 GMT</pubDate>
<guid>http://snipplr.com/view/49572/function-for-finding-narcissistic-numbers/</guid>
</item>
<item>
<title>(PHP) Triangular Numbers - Scooter</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>(PHP) Perfect Numbers - Scooter</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>(PHP) Summation - Scooter</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>(PHP) Mersenne Numbers - Scooter</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>(PHP) Sinc function - Scooter</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>(PHP) Golden function - Scooter</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>(PHP) Nth Root - Scooter</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>(PHP) Fibonacci numbers - Scooter</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>(PHP) Fermat numbers - Scooter</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>(PHP) Factors - Scooter</title>
<link>http://snipplr.com/view/6988/factors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 28 Jun 2008 10:46:36 GMT</pubDate>
<guid>http://snipplr.com/view/6988/factors/</guid>
</item>
<item>
<title>(PHP) Factorial - Scooter</title>
<link>http://snipplr.com/view/6712/factorial/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 14 Jun 2008 10:13:59 GMT</pubDate>
<guid>http://snipplr.com/view/6712/factorial/</guid>
</item>
<item>
<title>(PHP) Euclid's Algorithm - Scooter</title>
<link>http://snipplr.com/view/6441/euclids-algorithm/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 24 May 2008 10:29:59 GMT</pubDate>
<guid>http://snipplr.com/view/6441/euclids-algorithm/</guid>
</item>
<item>
<title>(PHP) Trigonometry Library - Scooter</title>
<link>http://snipplr.com/view/5385/trigonometry-library/</link>
<description><![CDATA[ <p>Library of trigonometry functions, both circular and hyperbolic.</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 19:58:32 GMT</pubDate>
<guid>http://snipplr.com/view/5385/trigonometry-library/</guid>
</item>
<item>
<title>(PHP) Calculate the Distance Between Two Coordinates (latitude, longitude) - tylerhall</title>
<link>http://snipplr.com/view/2531/calculate-the-distance-between-two-coordinates-latitude-longitude/</link>
<description><![CDATA[ <p>This PHP function calculates the distance between to pairs of latitude longitude coordinates. Returns the distance in miles or kilometers.</p> ]]></description>
<pubDate>Tue, 24 Apr 2007 11:46:36 GMT</pubDate>
<guid>http://snipplr.com/view/2531/calculate-the-distance-between-two-coordinates-latitude-longitude/</guid>
</item>
<item>
<title>(PHP) Make bytesizes human readable - tylerhall</title>
<link>http://snipplr.com/view/63/make-bytesizes-human-readable/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Nov -0001 00:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/63/make-bytesizes-human-readable/</guid>
</item>
</channel>
</rss>
