ttmath/ttmath
Tomasz Sowa e58253a078 fixed: in Big::FromDouble(double value) (32 bit version)
buffer overflow in referencing to UInt<2>
       (instead of m.table[2] should be m.table[0])
       this was used when: E=0 and F is nonzero (double "unnormalized" values)
       it produced incorrect mantissa (on about 8th decimal digit up)



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@435 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-10-30 13:07:38 +00:00
..
ttmath.h added: ttmath/ttmathdec.h 2012-02-04 16:26:11 +00:00
ttmathbig.h fixed: in Big::FromDouble(double value) (32 bit version) 2012-10-30 13:07:38 +00:00
ttmathdec.h added: ttmath/ttmathdec.h 2012-02-04 16:26:11 +00:00
ttmathint.h changed: UInt::ToString() had O(n^2) complexity 2011-02-07 22:37:44 +00:00
ttmathmisc.h added: macro TTMATH_DONT_USE_WCHAR 2010-03-01 13:08:50 +00:00
ttmathobjects.h added: macro TTMATH_DONT_USE_WCHAR 2010-03-01 13:08:50 +00:00
ttmathparser.h added: Parser::InitCGamma() 2010-09-29 21:14:32 +00:00
ttmaththreads.h added: multithread support for Big<> class 2009-08-04 18:23:35 +00:00
ttmathtypes.h added: option 'group_digits' to Conv struct 2011-01-30 17:34:42 +00:00
ttmathuint.h added: ttmath/ttmathdec.h 2012-02-04 16:26:11 +00:00
ttmathuint_noasm.h fixed: TTMATH_DEBUG_LOG has generated different carry-flags in UInt<> (when TTMATH_NOASM was used) 2010-09-15 20:43:21 +00:00
ttmathuint_x86.h added: static sint UInt<value_size>::FindLowestBitInWord(uint x) 2010-01-03 01:10:37 +00:00
ttmathuint_x86_64.h added: on 32bit platforms: 2010-09-19 17:23:39 +00:00
ttmathuint_x86_64_msvc.asm added some missing methods: ToUInt, ToInt, FromUInt, FromInt in Big<> class 2010-09-23 18:56:55 +00:00