If a number like Pi is infinite, how do we know each decimal that is newly calculated is valid?

882 views

Not a mathematician here at all so perhaps my question is phrased incorrectly.

Let’s say through thorough testing in reality, we can prove with certainty Pi is correct up until 5 decimal places,

3.14159

The computers that are calculating Pi to an endless degree, how do they validate new values that are calculated as correct and cannot be otherwise?

In: 434

36 Answers

Anonymous 0 Comments

Algorithms for pi often give an *upper bound* and a *lower bound* respectively. As these converge, we get a smaller and smaller range – i.e. more decimal places – within which we are certain pi lies.

You are viewing 1 out of 36 answers, click here to view all answers.