ttmath/ttmath
Tomasz Sowa 74b31b1f54 fixed/optimized: Big::AboutEqual() didn't compile on GCC
(there was used ttmath::Abs() function which is unknown in Big<> class)
         AboutEqual() returned true for: "2345.5" and "-2345.5" (the sign was not checked)
renamed: Big::AboutEqual() to Big::AboutEqualWithoutSign()
added:   Big::AboutEqual()



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@189 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-09-10 16:28:05 +00:00
..
ttmath.h added: multithread support for Big<> class 2009-08-04 18:23:35 +00:00
ttmathbig.h fixed/optimized: Big::AboutEqual() didn't compile on GCC 2009-09-10 16:28:05 +00:00
ttmathint.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathobjects.h added: multithread support for Big<> class 2009-08-04 18:23:35 +00:00
ttmathparser.h * added: global Gamma() function 2009-07-16 03:22:29 +00:00
ttmaththreads.h added: multithread support for Big<> class 2009-08-04 18:23:35 +00:00
ttmathtypes.h merged: x86_64 asm code for Microsoft Visual compiler 2009-09-07 02:03:00 +00:00
ttmathuint.h merged: x86_64 asm code for Microsoft Visual compiler 2009-09-07 02:03:00 +00:00
ttmathuint_noasm.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathuint_x86.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathuint_x86_64.h merged: x86_64 asm code for Microsoft Visual compiler 2009-09-07 02:03:00 +00:00
ttmathuint_x86_64_msvc.asm merged: x86_64 asm code for Microsoft Visual compiler 2009-09-07 02:03:00 +00:00