<?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 Oct 2008 17:01:44 GMT</pubDate>
<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>
<item>
<title>(PHP) Factors</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>(ASP) Factors</title>
<link>http://snipplr.com/view/6987/factors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 28 Jun 2008 10:45:38 GMT</pubDate>
<guid>http://snipplr.com/view/6987/factors/</guid>
</item>
<item>
<title>(PHP) Factorial</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>(ASP) Factorial</title>
<link>http://snipplr.com/view/6711/factorial/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 14 Jun 2008 10:13:36 GMT</pubDate>
<guid>http://snipplr.com/view/6711/factorial/</guid>
</item>
<item>
<title>(ASP) Pythagorean Theorem</title>
<link>http://snipplr.com/view/6619/pythagorean-theorem/</link>
<description><![CDATA[ <p>ASP implementation of the hypot() function from PHP.</p> ]]></description>
<pubDate>Sat, 07 Jun 2008 11:08:04 GMT</pubDate>
<guid>http://snipplr.com/view/6619/pythagorean-theorem/</guid>
</item>
<item>
<title>(ASP) Degrees and Radians</title>
<link>http://snipplr.com/view/6514/degrees-and-radians/</link>
<description><![CDATA[ <p>Functions for converting between degrees and radians.</p> ]]></description>
<pubDate>Sat, 31 May 2008 10:11:18 GMT</pubDate>
<guid>http://snipplr.com/view/6514/degrees-and-radians/</guid>
</item>
<item>
<title>(PHP) Euclid's Algorithm</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>(ASP) Euclid's Algorithm</title>
<link>http://snipplr.com/view/6440/euclids-algorithm/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 24 May 2008 10:29:19 GMT</pubDate>
<guid>http://snipplr.com/view/6440/euclids-algorithm/</guid>
</item>
<item>
<title>(ASP) Ceiling and Floor</title>
<link>http://snipplr.com/view/6330/ceiling-and-floor/</link>
<description><![CDATA[ <p>In mathematics, there are two elementary special functions called ceiling() and floor() which allow us to round up or down, respectively, to the nearest whole number. These functions exist natively in PHP, but not in ASP. They are handy in situations where you want to force a number like 15.8 to round down to 15, but the round() function rounds it up to 16 according to the standard rules for rounding.</p> ]]></description>
<pubDate>Mon, 19 May 2008 15:38:42 GMT</pubDate>
<guid>http://snipplr.com/view/6330/ceiling-and-floor/</guid>
</item>
<item>
<title>(ASP) Base Conversion</title>
<link>http://snipplr.com/view/6327/base-conversion/</link>
<description><![CDATA[ <p>PHP's base conversion functions ported to ASP. Limited to base 36, but could be extended beyond that. See corresponding blog spot and code comments for more information on what would need to be done.</p> ]]></description>
<pubDate>Mon, 19 May 2008 15:34:55 GMT</pubDate>
<guid>http://snipplr.com/view/6327/base-conversion/</guid>
</item>
<item>
<title>(PHP) Trigonometry Library</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>(ASP) Trigonometry Library</title>
<link>http://snipplr.com/view/5384/trigonometry-library/</link>
<description><![CDATA[ <p>Library of trigonometry functions, both circular and hyperbolic.</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 19:57:19 GMT</pubDate>
<guid>http://snipplr.com/view/5384/trigonometry-library/</guid>
</item>
</channel>
</rss>