changed: Big::FromString_ReadPartAfterComma()

now we're reading the all part as integer and 
         at the end we're dividing it by (base ^ how_many_digits_there_were)

         it's faster and should be a little accurate in some cases



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@342 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-02-27 18:13:32 +00:00
parent e8daa77d75
commit 2e192969b0
2 changed files with 14 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
Version 0.9.3 prerelease (2011.01.30):
Version 0.9.3 prerelease (2011.02.27):
* added: Parser::InitCGamma()
initializing coefficients used when calculating the gamma (or factorial) function
this speed up the next calculations
@@ -6,6 +6,7 @@ Version 0.9.3 prerelease (2011.01.30):
these coefficients will be calculated when needed
* added: option 'group_digits' to Conv struct
you can set how many digits should be grouped
* changed: small optimizations in UInt::ToString() and Big::FromString()
Version 0.9.2 (2010.09.23):