hi my friends
i am a new in this side and i wana your help as fast as you can pleaaaaaaaas>>
the "q" is how to write the function in c++ if
x1=6 ,f(x)=x^2-4 and f'(x)=2x by using Newton raphson method
and the next estimate of the root:
xk+1 = xk - f(xk) / f'(xk)
and the answer...