The factorial of $10^{100}$ is a huge number. I want to know how many decimal digits $_\#D$ this number has:
$$\\_\#D=\left \lfloor \log(10^{100}!)/\log(10) \right \rfloor+1 $$
Unfortunately I am getting an overflow error when using a computer program to solve it. Is it possible to determine the exact number of decimal digits of $\large 10^{100}!$?
We have that $$\left \lfloor \log(10^{100}!)/\log(10) \right \rfloor+1= \left \lfloor \log_{10}(10^{100}!) \right \rfloor+1.$$ Moreover by Factorial Inequality problem $\left(\frac n2\right)^n > n! > \left(\frac n3\right)^n$, $$10^{100}\cdot 99.7>10^{100}\left(100-\log_{10}2\right)>\log_{10}(10^{100}!) > \log_{10}\left(\frac{10^{100}}{3}\right)^{10^{100}}\\=10^{100}\left(100-\log_{10}3\right)>10^{100}\cdot 99.5$$ But this is only an estimate ...
I think that it is quite hard to determine the exact number of digits. For a more precise estimate you should use the inequalities due to Robbins given here: $$\sqrt{2\pi}n^{n+1/2}e^{-n}e^{1/(12n+1)}<n!< \sqrt{2\pi}n^{n+1/2}e^{-n}e^{1/(12n)}.$$