ttmath/ttmath
Tomasz Sowa 2feabc64e2 added: struct: Conv
consists of some parameters used
         in ToString() and FromString()
added:   Big::ToString() can group digits
         e.g. 1234567 -> 1`234`567
added:   Parser::SetGroup(int g)
         Parser::SetComma(int c, int c2 = 0)
         Parser::SetParamSep(int s)
added:   uint Big::ToString(std::string & result, const Conv & conv)
         uint Big::ToString(std::wstring & result, const Conv & conv)
         std::string Big::ToString(const Conv & conv) const
         std::string Big::ToString()
added:   uint FromString(const char * source, const Conv & conv, const char **, bool *)
         uint FromString(const wchar_t * source, const Conv & conv, const wchar_t **, bool *)
         uint FromString(const std::string & string, const Conv & conv, const wchar_t **, bool *)
         uint FromString(const std::wstring & string, const Conv & conv, const wchar_t **, bool *)
removed: macros: TTMATH_COMMA_CHARACTER_1 and TTMATH_COMMA_CHARACTER_2
         the comma characters we have in Conv struct now



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@226 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-11-01 01:40:40 +00:00
..
ttmath.h changed: small optimization in ttmath_subindexed_x64() 2009-09-20 20:10:29 +00:00
ttmathbig.h added: struct: Conv 2009-11-01 01:40:40 +00:00
ttmathint.h fixed: powering algorithm in: 2009-10-16 16:56:49 +00:00
ttmathmisc.h fixed: Factorial(const ValueType & x, ErrorCode * err = 0) 2009-09-17 23:18:11 +00:00
ttmathobjects.h fixed: Big::operator>> didn't correctly recognize values in scientific mode (with 'e' character) 2009-09-13 19:16:42 +00:00
ttmathparser.h added: struct: Conv 2009-11-01 01:40:40 +00:00
ttmaththreads.h added: multithread support for Big<> class 2009-08-04 18:23:35 +00:00
ttmathtypes.h added: struct: Conv 2009-11-01 01:40:40 +00:00
ttmathuint.h fixed: powering algorithm in: 2009-10-16 16:56:49 +00:00
ttmathuint_noasm.h fixed: UInt::SetBitInWord(uint & value, uint bit) set 1 if the bit was 2009-10-03 01:10:08 +00:00
ttmathuint_x86.h fixed: UInt::SetBitInWord(uint & value, uint bit) set 1 if the bit was 2009-10-03 01:10:08 +00:00
ttmathuint_x86_64.h fixed: UInt::SetBitInWord(uint & value, uint bit) set 1 if the bit was 2009-10-03 01:10:08 +00:00
ttmathuint_x86_64_msvc.asm changed: small optimization in ttmath_subindexed_x64() 2009-09-20 20:10:29 +00:00