I need to implement the Log function using Taylor series, and I need that the error will be smaller than epsilon, which is input by the user. How can I estimate the error in each iteration and validate when it is smaller than such epsilon? generally, how can I estimate the error in numerical methods - for example - how can I estimate the error using Newton-Raphson method?
thanks.