Remove call of setprecision() as it has no effect

This commit is contained in:
Andreas Fabri 2019-01-31 19:00:14 +01:00
parent 1ca9dbc514
commit f1e1b57fa4
1 changed files with 0 additions and 1 deletions

View File

@ -322,7 +322,6 @@ inline bool setRationalReduceFlag(bool f) {
inline void CORE_init(long d) {
get_static_defAbsPrec() = CORE_posInfty;
get_static_defOutputDigits() = d;
std::setprecision(get_static_defOutputDigits());
}
/// change to scientific output format