<?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/asp/tags/math</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 00:52:41 GMT</pubDate>
<item>
<title>(ASP) Prime Numbers - Scooter</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>(ASP) Triangular Numbers - Scooter</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>(ASP) Perfect Numbers - Scooter</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>(ASP) Summation - Scooter</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>(ASP) Mersenne Numbers - Scooter</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>(ASP) Sinc function - Scooter</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>(ASP) Golden function - Scooter</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>(ASP) Nth root - Scooter</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 - Scooter</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>(ASP) Fibonacci numbers - Scooter</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>(ASP) Fermat numbers - Scooter</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>(ASP) Factors - Scooter</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>(ASP) Factorial - Scooter</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 - Scooter</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 - Scooter</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>(ASP) Euclid's Algorithm - Scooter</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 - Scooter</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 - Scooter</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>(ASP) Trigonometry Library - Scooter</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>