﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><link>http://www.coderecipes.net/sql-mathematical-functions.aspx</link><title>SQL Mathematical Functions</title><description>&lt;p&gt;Mathematical functions are very important to all programming languages and also to SQL. Here we cover all common SQL mathematical functions such as ABS, POWER, SQRT, RANDOM...with clear explanations and source code examples&lt;/p&gt;</description><pubDate>Tue, 15 Jan 2008 09:02:00 GMT</pubDate><language>en-US</language><item><link>http://www.coderecipes.net/sql-abs-function.aspx</link><title>SQL ABS Function</title><pubDate>Thu, 27 Dec 2007 11:14:00 GMT</pubDate><description>SQL ABS function returns the absolute value of an numeric input argument.</description></item><item><link>http://www.coderecipes.net/sql-ceiling-floor-functions.aspx</link><title>SQL CEIL (or CEILING) and FLOOR Functions</title><pubDate>Fri, 14 Dec 2007 04:30:00 GMT</pubDate><description>SQL CEIL (or CEILING) and FLOOR functions are using to round the numbers.</description></item><item><link>http://www.coderecipes.net/sql-power-function.aspx</link><title>SQL POWER Function</title><pubDate>Fri, 14 Dec 2007 04:37:00 GMT</pubDate><description>SQL POWER function returns the &lt;numeric_expression&gt; raised to the power of &lt;power&gt;.</description></item><item><link>http://www.coderecipes.net/sql-random-function.aspx</link><title>SQL RAND Function</title><pubDate>Thu, 27 Dec 2007 11:21:00 GMT</pubDate><description>SQL RAND function is used to generate some random numbers at run time.</description></item><item><link>http://www.coderecipes.net/sql-round-function.aspx</link><title>SQL ROUND Function</title><pubDate>Thu, 27 Dec 2007 11:24:00 GMT</pubDate><description>SQL ROUND function use to rounds a number to a specific length or precision.</description></item><item><link>http://www.coderecipes.net/sql-sqrt-function.aspx</link><title>SQL SQRT Function</title><pubDate>Fri, 14 Dec 2007 04:39:00 GMT</pubDate><description>SQL SQRT function extracts the square root from the positive numeric input argument.</description></item><item><link>http://www.coderecipes.net/sql-pi-function.aspx</link><title>SQL PI Function</title><pubDate>Thu, 27 Dec 2007 11:16:00 GMT</pubDate><description>SQL PI function returns a constant value of pi.</description></item><item><link>http://www.coderecipes.net/sql-exp-function.aspx</link><title>SQL EXP Function</title><pubDate>Fri, 14 Dec 2007 04:35:00 GMT</pubDate><description>SQL EXP Function returns e raised to the n-th power (where e is the base of the natural logarithm and is equal to approximately 2.718281828459)</description></item><item><link>http://www.coderecipes.net/sql-logarithm-function.aspx</link><title>SQL LOG Function</title><pubDate>Thu, 27 Dec 2007 11:18:00 GMT</pubDate><description>SQL LOG function allows us to operate mathematical logarithmic calculation.</description></item><item><link>http://www.coderecipes.net/sql-trigonometric-functions.aspx</link><title>SQL Trigonometric Functions</title><pubDate>Fri, 14 Dec 2007 04:22:00 GMT</pubDate><description>SQL trigonometric functions allow you to operate trigonometric calculations like sine, cosine, tangent...</description></item></channel></rss>