ttmath/ttmath
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
..
ttmath.h added: Big::Mod - the remainder from a division 2007-02-28 17:52:53 +00:00
ttmathbig.h added: Big::Mod - the remainder from a division 2007-02-28 17:52:53 +00:00
ttmathint.h fixed: removed 'const' from some methods (operators: += -= *= /=) in the Big class 2007-02-27 20:18:33 +00:00
ttmathobjects.h added: checking whether an user gives a correct value of a variable or function 2007-03-09 19:05:38 +00:00
ttmathparser.h added: checking whether an user gives a correct value of a variable or function 2007-03-09 19:05:38 +00:00
ttmathtypes.h added: checking whether an user gives a correct value of a variable or function 2007-03-09 19:05:38 +00:00
ttmathuint.h fixed: removed 'const' from some methods (operators: += -= *= /=) in the Big class 2007-02-27 20:18:33 +00:00
ttmathuint64.h fixed: removed 'const' from some methods (operators: += -= *= /=) in the Big class 2007-02-27 20:18:33 +00:00