(migrated from eyalroz#24):
When we
the rounding to 1 decimal precision digit makes the value 10.0, which should print as 1.0e+01 in exponent format. Unfortunately, library do not make sure and "re-normalize" the result of rounding, and produces 10.0e+00 instead.
(migrated from eyalroz#24):
When we
the rounding to 1 decimal precision digit makes the value 10.0, which should print as
1.0e+01in exponent format. Unfortunately, library do not make sure and "re-normalize" the result of rounding, and produces10.0e+00instead.