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

View File

@@ -1,6 +1,6 @@
Version 0.7.1 (2007.02.27):
* fixed the error 'overflow during printing' which was caused by Big::FromInt(Int<int_size> value)
(the sign has to be set at the end)
* fixed the error 'overflow during printing' which was caused
by Big::FromInt(Int<int_size> value) (the sign has to be set at the end)
* fixed many small errors
* added ATan (arctan), ACTan (arc ctan) functions