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

Description

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

Solution

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