<?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: C Reference  function exp()</title>
	<atom:link href="http://www.codingunit.com/c-reference-math-h-function-exp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codingunit.com/c-reference-math-h-function-exp</link>
	<description>CodingUnit is your online resource for learning to program. Tutorials on C, C++, PHP, Python, MySQL, Java, JQuery, Opengl, DirectX and much more!</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:08:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.codingunit.com/c-reference-math-h-function-exp/comment-page-1#comment-867</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 05 Mar 2010 13:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=361#comment-867</guid>
		<description>@karthikeyan

This is not true!
You probably get the following error:    ERROR: Undefined symbol: .exp

The solution is that you are forgetting to link the math library during compilation, to link the math lib use &quot;-lm&quot;. 
For example: gcc exptest.c -o exptest -lm

Than it should work, good luck!</description>
		<content:encoded><![CDATA[<p>@karthikeyan</p>
<p>This is not true!<br />
You probably get the following error:    ERROR: Undefined symbol: .exp</p>
<p>The solution is that you are forgetting to link the math library during compilation, to link the math lib use &#8220;-lm&#8221;.<br />
For example: gcc exptest.c -o exptest -lm</p>
<p>Than it should work, good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthikeyan</title>
		<link>http://www.codingunit.com/c-reference-math-h-function-exp/comment-page-1#comment-866</link>
		<dc:creator>karthikeyan</dc:creator>
		<pubDate>Fri, 05 Mar 2010 06:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=361#comment-866</guid>
		<description>this exp fun&#039;s aren&#039;t working in gcc compilers...........</description>
		<content:encoded><![CDATA[<p>this exp fun&#8217;s aren&#8217;t working in gcc compilers&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

