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 b4bf76065c added samples/uint.cpp samples/int.cpp samples/Makefile
changed Int::Div -- a remainder is not returning now but taking as a parameter (a pointer or reference)
changed order in parameters in UInt::AddTwoInts
added Int::AddInt
added Int::AddTwoInts
added Int::SubInt
changed Int::AddOne and Int::SubOne (much faster now)
fixed a bug in UInt::operator--() and Int::operator--() (there was adding instead of subtracting)


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@13 e52654a7-88a9-db11-a3e9-0013d4bc506e
2007-02-05 17:40:23 +00:00
samples added samples/uint.cpp samples/int.cpp samples/Makefile 2007-02-05 17:40:23 +00:00
ttmath added samples/uint.cpp samples/int.cpp samples/Makefile 2007-02-05 17:40:23 +00:00
CHANGELOG fixed the problem with a sign in the mathematical parser /-(1) was 1/ 2007-01-29 17:58:18 +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 changed the sequence of arguments in logarithm functions 2007-01-22 20:25:45 +00:00

README