This is a numerical method and it's used to find a root of a function, or the value where it crosses the x axis.
You will need to provide the initial value X0, a delta pace that represents the interval in which we wish to find our root and the number of iterations wanted, and of course the f(x).
The code works as follows: