Let's say I am working on to find the minimum of a function using quasi-newton method.
As in every iteration, there will be many function evaluations and as we are dealing with floating point numbers, there will be some round off errors as well(only considering the floating point arithmetic errors).
How can we track the round off error or basically the number of significant digits in our solution? I am interested in finding the most precise solution.