How to increase the computational accuracy of mathcad?
It seems that the numerical calculation in Mathcad only can process 16 significant figures, such as 123.4567890123456 or 123456789.0123456, and when the number have more significant figures, MC will round it to 16 or 17.
I knew that symbolic calculation could process up to 250 decimal. But I need use it in the programming, and the result of the symbolic calculation can't use in programming.
When I use:
x:=x-trunc(x)
x:=x*10^8-trunc(x*10^8)
to get the number after 10^-8, I get a lot of number irrelevant! Look at the picture below:

In my opinion, the result must be 98765432.11234568, but MC return a unacountable number! Is it another bug of MC15?
And how should I do to increase the computational accuracy?
In Mathcad Prime 2.0, the result is same:


