Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~668 People Reached
Favorite Forums
Favorite Tags
c++ x 4

3 Posted Topics

Member Avatar for kyakobi84

Are you trying to just get the natural exponential of a number? There's a function in math library, if I'm not wrong. Try to see if the math.h of your compiler has a double exp (double) function. See [url]http://unixhelp.ed.ac.uk/CGI/man-cgi?exp+3[/url] For microsoft, the function prototype may be different: [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcstdlib/html/vclrf_valarray_exp.asp[/url]

Member Avatar for alloy_zeus
0
267
Member Avatar for kahaj

Errrr, what are you stuck with? How to print in neat tabular form? Something like this? [Code] Temp (deg C) | Temp (deg F) --------------+--------------- 0.0 | ... 1.0 | ... [/code]

Member Avatar for Dave Sinkula
0
133
Member Avatar for EricaJanine

Hi there! I'm rather new to ACE itself, and would like to see a thread on ACE. I thought POSA2 ([url]http://www.cs.wustl.edu/~schmidt/POSA/[/url]) is a good book to read to get the overall concept without getting into too much code.

Member Avatar for alloy_zeus
0
268

The End.