No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: 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] | |
Re: 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] | |
Re: 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. |
The End.