To frame this post with a bit of context. Say you wanted to calculate a value where the formula have a infinite term. We’ll choose the exponential function:
Say you wanted to calculate exp(y) to a specific decimal precision p.
The full code we’ll be working with is the following:
Continue reading “Looking into floating point calculations“