ttmath/ttmath
Christian Kaiser 5597373093 - "streamlined" ttmathconfig.h a bit:
a) Unicode support if TTMATH_USE_WCHAR is set (compiler must know wchar_t etc, of course)
  b) threading synchonisation uses WIN32 instead of __MSVC__ define, as this is OS dependent, not compiler dependent

git-svn-id: svn://ttmath.org/publicrep/ttmath/branches/chk@172 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-06-26 11:14:51 +00:00
..
ttmath.h - added AboutEqualWithoutSign() to big<> to allow 'suppression' of some unexpected results (that are perfectly logical though, given the possibly unrepresentable nature of binary representation of decimals) like 2009-06-25 14:11:17 +00:00
ttmathbig.h - added AboutEqualWithoutSign() to big<> to allow 'suppression' of some unexpected results (that are perfectly logical though, given the possibly unrepresentable nature of binary representation of decimals) like 2009-06-25 14:11:17 +00:00
ttmathconfig.h - "streamlined" ttmathconfig.h a bit: 2009-06-26 11:14:51 +00:00
ttmathint.h added: using NaN flag in method Big::ToDouble() and Big::FromDouble() 2009-06-11 02:31:41 +00:00
ttmathobjects.h added thread-safety to static history buffers (factorial and logarithm) for MSVC 2009-05-07 11:37:10 +00:00
ttmathparser.h Merged against the current original ttmath trunk 2009-06-25 11:07:55 +00:00
ttmathtypes.h - added AboutEqualWithoutSign() to big<> to allow 'suppression' of some unexpected results (that are perfectly logical though, given the possibly unrepresentable nature of binary representation of decimals) like 2009-06-25 14:11:17 +00:00
ttmathuint.h Merged against the current original ttmath trunk 2009-06-25 11:07:55 +00:00
ttmathuint_noasm.h - 32 bit ASM code and ASSERTS did not work as the ASM code put its result in EAX, but the ASSERT afterwards did destroy the EAX's contents, of course. 2009-05-28 14:42:19 +00:00
ttmathuint_x86.h Merged against the current original ttmath trunk 2009-06-25 11:07:55 +00:00
ttmathuint_x86_64.h - "streamlined" ttmathconfig.h a bit: 2009-06-26 11:14:51 +00:00
ttmathuint_x86_amd64_msvc.asm - optimizations 2009-05-28 11:31:29 +00:00