added: option 'group_digits' to Conv struct

you can set how many digits should be grouped



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@338 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-01-30 17:34:42 +00:00
parent c51b2fdcc9
commit 231164f6ea
5 changed files with 29 additions and 10 deletions

View File

@@ -1,9 +1,11 @@
Version 0.9.3 prerelease (2010.09.29):
Version 0.9.3 prerelease (2011.01.30):
* added: Parser::InitCGamma()
initializing coefficients used when calculating the gamma (or factorial) function
this speed up the next calculations
you don't have to call this method explicitly
these coefficients will be calculated when needed
* added: option 'group_digits' to Conv struct
you can set how many digits should be grouped
Version 0.9.2 (2010.09.23):