cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
how can I calculate this root?
how can I calculate this root?
Mar 17, 2009 at 6:35am UTC
blankk
(11)
I guess it is more of a mathematical issue..
give me your lights :)
http://img.photobucket.com/albums/v415/techblank/root.jpg
Mar 17, 2009 at 11:20am UTC
mcleano
(922)
It would help if you post the code that you've already got. If you haven't got any, look up all the functiuons in the
<cmath>
header.
Heres a start...
http://www.cplusplus.com/reference/clibrary/cmath/sqrt.html
Last edited on
Mar 17, 2009 at 11:21am UTC
Mar 17, 2009 at 11:51am UTC
Bazzy
(6281)
∛x is the same as x
⅓
Mar 17, 2009 at 3:41pm UTC
blankk
(11)
cheers Bazzy.
Thats how it can be done I think.
Topic archived. No new replies allowed.