<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeItBetter Programming &#187; Math</title>
	<atom:link href="http://www.codeitbetter.com/category/visual-basic-6-math-functions-procedures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeitbetter.com</link>
	<description>Another VB Programming Blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:50:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to round off to the nearest 10 but not least, for example a) 10 would stay as 10 b) 11 would be 20 c) 3 would be 10 d) 22 would be 30 (in two ways)</title>
		<link>http://www.codeitbetter.com/how-to-round-off-to-the-nearest-10-but-not-least-for-example-a-10-would-stay-as-10-b-11-would-be-20-c-3-would-be-10-d-22-would-be-30-in-two-ways/</link>
		<comments>http://www.codeitbetter.com/how-to-round-off-to-the-nearest-10-but-not-least-for-example-a-10-would-stay-as-10-b-11-would-be-20-c-3-would-be-10-d-22-would-be-30-in-two-ways/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 23:49:27 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[11]]></category>
		<category><![CDATA[20]]></category>
		<category><![CDATA[22]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[30]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[activex]]></category>
		<category><![CDATA[b]]></category>
		<category><![CDATA[be]]></category>
		<category><![CDATA[but]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[d]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[least]]></category>
		<category><![CDATA[nearest]]></category>
		<category><![CDATA[off]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[round]]></category>
		<category><![CDATA[stay]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[vb activex control]]></category>
		<category><![CDATA[visual basic 6 source code]]></category>
		<category><![CDATA[visual basic 6 tutorials]]></category>
		<category><![CDATA[visual basic 6.0 activex]]></category>
		<category><![CDATA[ways]]></category>
		<category><![CDATA[would]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-round-off-to-the-nearest-10-but-not-least-for-example-a-10-would-stay-as-10-b-11-would-be-20-c-3-would-be-10-d-22-would-be-30-in-two-ways/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 'Math - How to round off to the nearest 10 but not least, for example a) 10 would stay as 10 b) 11 would be 20 c) 3 would be 10 d) 22 would be 30 (in two ways) Sub Main() [...]<p><a href="http://www.codeitbetter.com/how-to-round-off-to-the-nearest-10-but-not-least-for-example-a-10-would-stay-as-10-b-11-would-be-20-c-3-would-be-10-d-22-would-be-30-in-two-ways/">How to round off to the nearest 10 but not least, for example a) 10 would stay as 10 b) 11 would be 20 c) 3 would be 10 d) 22 would be 30 (in two ways)</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-round-off-to-the-nearest-10-but-not-least-for-example-a-10-would-stay-as-10-b-11-would-be-20-c-3-would-be-10-d-22-would-be-30-in-two-ways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to return the biggest parameter value.</title>
		<link>http://www.codeitbetter.com/how-to-return-the-biggest-parameter-value/</link>
		<comments>http://www.codeitbetter.com/how-to-return-the-biggest-parameter-value/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 11:30:38 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[biggest]]></category>
		<category><![CDATA[free visual basic]]></category>
		<category><![CDATA[how to programs]]></category>
		<category><![CDATA[microsoft visual basic 6.0]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[source code tutorial]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[vb6 code library]]></category>
		<category><![CDATA[visual basic 6.0 activex]]></category>
		<category><![CDATA[visual basic coding]]></category>
		<category><![CDATA[visual basic tools]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-return-the-biggest-parameter-value/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 'Math - How to return the biggest parameter value. Option Explicit &#160; Private Function Max(ParamArray values() As Variant) As Variant Dim i As Integer Dim max_value As Variant &#160; max_value = values(LBound(values)) For i = LBound(values) [...]<p><a href="http://www.codeitbetter.com/how-to-return-the-biggest-parameter-value/">How to return the biggest parameter value.</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-return-the-biggest-parameter-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to return the smallest parameter value.</title>
		<link>http://www.codeitbetter.com/how-to-return-the-smallest-parameter-value/</link>
		<comments>http://www.codeitbetter.com/how-to-return-the-smallest-parameter-value/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 23:32:35 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[active x code]]></category>
		<category><![CDATA[activex 6.0]]></category>
		<category><![CDATA[activex applications]]></category>
		<category><![CDATA[microsoft access visual basic]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[smallest]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb net programs]]></category>
		<category><![CDATA[visual basic 6 programming]]></category>
		<category><![CDATA[visual basic 6 programs]]></category>
		<category><![CDATA[visual basic source code library]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-return-the-smallest-parameter-value/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 'Math - How to return the smallest parameter value. Option Explicit &#160; Private Function Min(ParamArray values() As Variant) As Variant Dim i As Integer Dim min_value As Variant &#160; min_value = values(LBound(values)) For i = LBound(values) [...]<p><a href="http://www.codeitbetter.com/how-to-return-the-smallest-parameter-value/">How to return the smallest parameter value.</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-return-the-smallest-parameter-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to calculate arctangents in all four quadrants</title>
		<link>http://www.codeitbetter.com/how-to-calculate-arctangents-in-all-four-quadrants/</link>
		<comments>http://www.codeitbetter.com/how-to-calculate-arctangents-in-all-four-quadrants/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 11:59:03 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[activex code]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[arctangents]]></category>
		<category><![CDATA[calculate]]></category>
		<category><![CDATA[four]]></category>
		<category><![CDATA[quadrants]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vb activex control]]></category>
		<category><![CDATA[vb6 tutorial]]></category>
		<category><![CDATA[visual basic 6 programming]]></category>
		<category><![CDATA[visual basic 6 simple]]></category>
		<category><![CDATA[visual basic net programming]]></category>
		<category><![CDATA[visual basic net tutorial]]></category>
		<category><![CDATA[visual basic source code examples]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-calculate-arctangents-in-all-four-quadrants/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [...]<p><a href="http://www.codeitbetter.com/how-to-calculate-arctangents-in-all-four-quadrants/">How to calculate arctangents in all four quadrants</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-calculate-arctangents-in-all-four-quadrants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find Square root of a given number</title>
		<link>http://www.codeitbetter.com/how-to-find-square-root-of-a-given-number/</link>
		<comments>http://www.codeitbetter.com/how-to-find-square-root-of-a-given-number/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 23:33:08 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[api routines]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[given]]></category>
		<category><![CDATA[microsoft visual basic]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[square]]></category>
		<category><![CDATA[subroutine]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb 6.0]]></category>
		<category><![CDATA[vb activex controls]]></category>
		<category><![CDATA[visual basic database code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-find-square-root-of-a-given-number/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 'Math - How to find Square root of a given number Public Function dblSqrt(ByVal dblParameter As Double) As Double 'Check if the input parameter is negative If dblParameter &#60; 0 Then 'If the input parameter is negative, return -1 dblSqrt = -1 Else 'If [...]<p><a href="http://www.codeitbetter.com/how-to-find-square-root-of-a-given-number/">How to find Square root of a given number</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-find-square-root-of-a-given-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/33 queries in 0.080 seconds using disk: basic
Object Caching 1080/1212 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-09 10:47:18 -->
