According to Wikipedia, it is not known whether the number
$$\pi \uparrow \uparrow 4$$
is an integer.
(See Tetration)
To which precision would $\pi$ have to be calculated to decide this ?
The given number has magnitude roughly
$$10 \uparrow 10 \uparrow 18$$
Writing a simple FORTRAN code, with quadruple precision, I got that
$\log_{10}(\pi\uparrow\pi\uparrow\pi\uparrow\pi)=666262452970848503.958096488385085\ldots$.
This means that $\lfloor\pi\uparrow\pi\uparrow\pi\uparrow\pi\rfloor$ is a positive integer with $N=666262452970848504$ digits. So you need to approximate $\pi\uparrow\pi\uparrow\pi\uparrow\pi$ with relative error less that $10^{-N}$ - Most of computing is done with $10^{-16}$ to $10^{-32}$ relative error.