added: ErrorCode::err_still_calculating (it's used when there is more than one thread)

git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@15 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2007-02-08 17:56:35 +00:00
parent b4bf76065c
commit d4b8bf2202
2 changed files with 5 additions and 3 deletions

5
TODO
View File

@ -1,5 +1,6 @@
TODO TTMath Library
===================
* add the method Mod (a remainder from a division) for the Big type
* to add the method Mod (a remainder from a division) for the Big type
* to add operators (or functions) and, or, xor
* to add functions for generating random values

View File

@ -217,7 +217,8 @@ namespace ttmath
err_functions_loop,
err_must_be_only_one_value,
err_object_exists,
err_unknown_object
err_unknown_object,
err_still_calculating
};