If I for example after "9" iterations get the following :
p_9 = 1.365234375
and the actual p is given as:
p = 1.365230013
Is it simply saying that p_9 is within 10^-4 because the first 4 numbers 1.365 match up?
If I for example after "9" iterations get the following :
p_9 = 1.365234375
and the actual p is given as:
p = 1.365230013
Is it simply saying that p_9 is within 10^-4 because the first 4 numbers 1.365 match up?
It likely means $$ \lvert p - p_9 \rvert < 10^{-4} $$