TTMath is a small library which allows one to perform arithmetic operations with big unsigned integer, big signed integer and big floating point numbers.
Go to file
Tomasz Sowa 06e0294841 added: checking whether an user gives a correct value of a variable or function
(user-defined variables/functions in the mathematical parser)
added: into the parser: logical operators: > < >= <= == != && ||
added: into the parser: logical functions: and() or() not() if()
changed: a method for looking for a mathematical operator
         (there's the operators table now)
added: ErrorCode::err_unknown_operator when the parser couldn't read an operator


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@23 e52654a7-88a9-db11-a3e9-0013d4bc506e
2007-03-09 19:05:38 +00:00
samples added samples/uint.cpp samples/int.cpp samples/Makefile 2007-02-05 17:40:23 +00:00
ttmath added: checking whether an user gives a correct value of a variable or function 2007-03-09 19:05:38 +00:00
CHANGELOG added: checking whether an user gives a correct value of a variable or function 2007-03-09 19:05:38 +00:00
COPYRIGHT initial import 2007-01-21 20:02:44 +00:00
README initial import 2007-01-21 20:02:44 +00:00
TODO added: Big::Mod - the remainder from a division 2007-02-28 17:52:53 +00:00

README