When using Mathematica, the following expression is given:
In[429]:= 100*(1 - 0.002)^5*(1 - 0.005)*(1 - 0.006)*3.5
Out[430]= 342.7127137548418
I tried using N[], SetPrecision[] etc.. and couldn't get the real value which is 342.712713754841762864
according to the website.
How do I prevent Mathematica from rounding the result?