Active X
07-13-2009, 10:03 AM
Hi to you dear professional programmer!
I have a question about Math in C++.
you calculate the second root or "square" root of a number in C++ with sqrt or another function, or with pow(number, 0.5).
How can I calculate the third root ("Cubic" root) of a number ?
Will be so thankful to your helps.
I have a question about Math in C++.
you calculate the second root or "square" root of a number in C++ with sqrt or another function, or with pow(number, 0.5).
How can I calculate the third root ("Cubic" root) of a number ?
Will be so thankful to your helps.