How can I find the cube root of a number in an efficient way?
I think Newton-Raphson method can be used, but I don’t know how to guess the initial solution programmatically to minimize the number of iterations.
How can I find the cube root of a number in an efficient way?
Share
This is a deceptively complex question. Here is a nice survey of some possible approaches.