080499: There are problems to calculate exponents. Result will have only <value> true digits.

Descripción

Due to numeric rounding of floating point multiplication and division calculations, the result will contain a reduced number of true digits.

Solución

Reduce the exponent of the value or multiply the value by 1000, for example.