changed: UInt::ToString() had O(n^2) complexity

where n was the number of digits to print
         now it has O(n)



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@340 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-02-07 22:37:44 +00:00
parent 231164f6ea
commit e8daa77d75
2 changed files with 73 additions and 15 deletions