added: Big::Mod - the remainder from a division

added: Big::Sgn - the 'sign' from the value (-1,0,1)
added: global functions Mod and Sgn too


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@19 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2007-02-28 17:52:53 +00:00
parent e14e65002b
commit 1a12d3692a
5 changed files with 117 additions and 6 deletions

2
TODO
View File

@@ -1,7 +1,7 @@
TODO TTMath Library
===================
* 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
* to add constructors (UInt, Int) for 64bit platforms (constractors which take int and unsigned)
* to add 'history' for functions like 'factorial' which take a lot of time during calculating