Write real function Cube Root(x) to compute the cube root of a real argument x by the following procedure: First, determine a real number r and an integer m such that x = r23m with 1/8 ?r < 1. Compute x4 using four iterations of Newton’s method:
with the special starting value
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.