added: UInt::BitAnd(), UInt::BitOr(), UInt::BitXor(), UInt::BitNot(),

Big::BitAnd(), Big::BitOr(), Big::BitXor()
added: to the parser: bitand(), bitor(), bitxor()
       /band(), bor(), bxor()/


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@36 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2007-04-13 18:14:11 +00:00
parent 062881900a
commit 2116418f08
4 changed files with 250 additions and 4 deletions

4
TODO
View File

@@ -1,7 +1,5 @@
TODO TTMath Library
===================
* Add bitwise operators (or functions) and, or, xor
* Add functions for generating random values
* Add something like NaN to the Big<> type