Having a lot of trouble the my C++ course, loops especially. This is the assignment giving me trouble
The function you are to implement finds a root of the given function eff(x) using Newton's method. The given version of eff(x) implements f(x) = x2e-x-2 (where e is the base of the natual...