Calculating Root By Iterative Methods To solve for f(x) = 0 using Iterative Techniques like Bisection, Regular-Falsi and Newton-Raphson's methods. Just compile & run main.cpp. input.cpp will input f(x) and method.cpp will solve it.