User talk:Shnoxy

From Rosetta Code

How to write a c++ to find the roots of a non linear equation f(x)=0 using Newton's method ?

and the program should also include looking for another roots and try other guesses . find the roots of the function: x^4-3x^2+x^2+x+1