<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Numerical Expression Solver in Java</title>
	<atom:link href="http://www.viscerallogic.com/programming/blog/2005/11/12/numerical-expression-solver-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.viscerallogic.com/programming/blog/2005/11/12/numerical-expression-solver-in-java/</link>
	<description>Code tidbits and tutorials.</description>
	<lastBuildDate>Sun, 11 Dec 2011 01:51:14 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: paul</title>
		<link>http://www.viscerallogic.com/programming/blog/2005/11/12/numerical-expression-solver-in-java/comment-page-1/#comment-35523</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sun, 11 Dec 2011 01:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.viscerallogic.com/programming/blog/2006/11/17/numerical-expression-solver-in-java/#comment-35523</guid>
		<description>That&#039;s a good point; I&#039;m not sure why I didn&#039;t do that in the first place. :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good point; I&#8217;m not sure why I didn&#8217;t do that in the first place. <img src='http://www.viscerallogic.com/programming/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.viscerallogic.com/programming/blog/2005/11/12/numerical-expression-solver-in-java/comment-page-1/#comment-35517</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sat, 10 Dec 2011 22:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.viscerallogic.com/programming/blog/2006/11/17/numerical-expression-solver-in-java/#comment-35517</guid>
		<description>Math.exp( e*Math.log( ans ) )

could be written as

Math.pow( ans, e )

similarly

Math.exp( -e*Math.log( ans ) )

could be written as

Math.pow( ans, -e )</description>
		<content:encoded><![CDATA[<p>Math.exp( e*Math.log( ans ) )</p>
<p>could be written as</p>
<p>Math.pow( ans, e )</p>
<p>similarly</p>
<p>Math.exp( -e*Math.log( ans ) )</p>
<p>could be written as</p>
<p>Math.pow( ans, -e )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.viscerallogic.com/programming/blog/2005/11/12/numerical-expression-solver-in-java/comment-page-1/#comment-23715</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Wed, 26 Jan 2011 06:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.viscerallogic.com/programming/blog/2006/11/17/numerical-expression-solver-in-java/#comment-23715</guid>
		<description>Hi,

Yes, feel free to include or borrow from my source!  Just put a note somewhere in a readme or something that you&#039;re using it.

Paul</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Yes, feel free to include or borrow from my source!  Just put a note somewhere in a readme or something that you&#8217;re using it.</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Residuen</title>
		<link>http://www.viscerallogic.com/programming/blog/2005/11/12/numerical-expression-solver-in-java/comment-page-1/#comment-23447</link>
		<dc:creator>Residuen</dc:creator>
		<pubDate>Wed, 19 Jan 2011 20:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.viscerallogic.com/programming/blog/2006/11/17/numerical-expression-solver-in-java/#comment-23447</guid>
		<description>Hello,

I still wirting an opensource-tool to solve and visualize functions:
http://residuen.github.com/JFunktion/
May I use your solver? I&#039;m using the GPL 3.0 licence.

Regards
Residuen</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I still wirting an opensource-tool to solve and visualize functions:<br />
<a href="http://residuen.github.com/JFunktion/" rel="nofollow">http://residuen.github.com/JFunktion/</a><br />
May I use your solver? I&#8217;m using the GPL 3.0 licence.</p>
<p>Regards<br />
Residuen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: payal</title>
		<link>http://www.viscerallogic.com/programming/blog/2005/11/12/numerical-expression-solver-in-java/comment-page-1/#comment-4918</link>
		<dc:creator>payal</dc:creator>
		<pubDate>Fri, 19 Dec 2008 19:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.viscerallogic.com/programming/blog/2006/11/17/numerical-expression-solver-in-java/#comment-4918</guid>
		<description>Thanks for the code ,,, i needed something similar and it ws quite helpful in understanding how to implement the logic.</description>
		<content:encoded><![CDATA[<p>Thanks for the code ,,, i needed something similar and it ws quite helpful in understanding how to implement the logic.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

