I want to calculate the following product : $$\prod_{p\ prime\ ,\ p\le 10^{10}} 1-\frac{1}{p}$$
I know the approximation formula $$\frac{e^{-\gamma}}{\ln(10^{10})}$$ where $\gamma$ is the Euler-Mascheroni-constant. The result should be good to $12$ decimal digits.
Is there an efficient way (not brute force by determining all primes, which takes long with PARI/GP) to calculate this product with high precision ?