Introduction - If you have any usage issues, please Google them yourself
//Compile a program with Iteration Method and the cube root, find the cube root of the iteration formula is:: Xi+1 = (2* Xi)/3+ a/(3* Xi* Xi) assumes that the initial value of X is a iteration to | Xi+1- Xi | < 10 the-5 power up. shows the value of a = 3,27, and by calling pow (a, 1.0/3) function to be verified..