Consistent high precision output.
Follow up of the !5030 (merged), introducing TimeIncrement
.
Three types of output were replaced with max_digits10
for double
: all std::setprecision(XX)
, fmt formatting {:.XXg}
, and digits10
, (XX usually in range 15-18).
Fixes #3497 (closed)
-
Feature description was added to the changelog -
Tests covering your feature were added? -
Any new feature or behaviour change was documented?
Edited by Dmitry Yu. Naumov