From d4b8bf2202c92fa09d8e1a27ecd497f4df45f336 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Thu, 8 Feb 2007 17:56:35 +0000 Subject: [PATCH] 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 --- TODO | 5 +++-- ttmath/ttmathtypes.h | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 62a1eb5..4683f6c 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/ttmath/ttmathtypes.h b/ttmath/ttmathtypes.h index 327f5e7..07b8fb3 100644 --- a/ttmath/ttmathtypes.h +++ b/ttmath/ttmathtypes.h @@ -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 };