Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Recursive Functions
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Arthur J. O'Dwyer, post: 1684452"] Really. I guess you must have used 'long double', huh? :) #include <math.h> double pow3(double x, unsigned int n) { do { return exp(n*log(x)); } while (1); } -Arthur [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Recursive Functions
Top