changed kind of templates in ttmath.h (template<class ValueType> is now) added TTMATH_RELEASE macro added TTMATH_ prefix into macros changed multiplication in UInt type (now we can use both algorithm in the same time) added ExceptionInfo, ReferenceError and RuntimeError classes now TTMATH_ASSERT throws another type of object added TTMATH_REFERENCE_ASSERT (it is instead of MATHTT_THIS_ASSERT) git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@3 e52654a7-88a9-db11-a3e9-0013d4bc506e
11 lines
432 B
Plaintext
11 lines
432 B
Plaintext
Version 0.6.3 (2007.01.22):
|
|
* position of arguments (x and base) in logarithm functions are swapped
|
|
* it's possible to use any multiplication algorithms in the same time
|
|
(macros UINT_MUL_VERSION_'X' have gone)
|
|
* added ExceptionInfo, ReferenceError and RuntimeError classes
|
|
* the mess in macros has been cleaned up
|
|
* added TTMATH_RELEASE macro
|
|
|
|
Version 0.6.2 (2007.01.10):
|
|
* New division algorithm (radix b) where b is 2^32
|