in Big::ToString_CreateNewMantissaTryExponent():

ToString_BaseRound can be called only for non integer values



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@313 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2010-09-19 21:58:51 +00:00
parent 1e268f1808
commit 996fac15f1
1 changed files with 1 additions and 0 deletions

View File

@ -3618,6 +3618,7 @@ private:
// making sure the new mantissa will be without fraction (integer)
ToString_CheckMantissaInteger<string_type, char_type>(new_man, new_exp);
}
else
if( conv.base_round )
{
c += ToString_BaseRound<string_type, char_type>(new_man, conv, new_exp);