C Program for Newton-Raphson Method - BragitOff.com
www.bragitoff.com › 2017 › 08Aug 17, 2017 · Newton-Raphson Method may not always converge, so it is advisable to ask the user to enter the maximum number of iteration to be performed in case the algorithm doesn’t converge to a root. Moreover, since the method requires division by the derivative of the function, one should add a condition that prevents division by zero.