I'm studying the book: "The Princeton companion to mathematics", I'm in the part of fundamentals: continuity. There is an example I don't get:
How close to $\pi$ do we need $x$ to be for $x^2$ to be within $10^{−100}$ of $\pi ^2$? To answer this, we can use our earlier argument. Let $x = \pi + \delta$ again. Then $$x^2−\pi^2 = 2\delta \pi+\delta^2$$ and an easy calculation shows that this has modulus less than $10^{-100}$ if $\delta$ has modulus less than $10^{-101}$. So we will be all right if we take the first $101$ digits of $\pi$ after the decimal point.
I don't get which was the easy calculation. Can someone help me with that?
And, when it says modulus, is it talking about modular arithmetic?