diff --git a/ttmath/ttmathbig.h b/ttmath/ttmathbig.h index 4d70c76..751cefc 100644 --- a/ttmath/ttmathbig.h +++ b/ttmath/ttmathbig.h @@ -3618,6 +3618,7 @@ private: // making sure the new mantissa will be without fraction (integer) ToString_CheckMantissaInteger(new_man, new_exp); } + else if( conv.base_round ) { c += ToString_BaseRound(new_man, conv, new_exp);