ttmath/ttmath
Tomasz Sowa b59de36095 fixed the problem with a sign in the mathematical parser /-(1) was 1/
added UInt::AddInt and UInt::SubInt
changed UInt::AddOne and UInt::SubOne (much faster now)
added UInt::SetBitInWord
changed UInt::SetBit (much faster now)
UInt::AddTwoUints renamed to UInt::AddTwoInts
UInt::FindLeadingBit32 renamed to UInt::FindLeadingBitInWord
added UInt::SetBitInWord
UInt::Mul64 renamed to UInt::MulTwoWords
UInt::Div64 renamed to UInt::DivTwoWords
and more small changes in UInt type
start adding support for Amd64 (not finished yet) (added ttmathuint64.h)


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@12 e52654a7-88a9-db11-a3e9-0013d4bc506e
2007-01-29 17:58:18 +00:00
..
ttmath.h fixed the problem with a sign in the mathematical parser /-(1) was 1/ 2007-01-29 17:58:18 +00:00
ttmathbig.h fixed the problem with a sign in the mathematical parser /-(1) was 1/ 2007-01-29 17:58:18 +00:00
ttmathint.h fixed the problem with a sign in the mathematical parser /-(1) was 1/ 2007-01-29 17:58:18 +00:00
ttmathobjects.h changed the sequence of arguments in logarithm functions 2007-01-22 20:25:45 +00:00
ttmathparser.h fixed the problem with a sign in the mathematical parser /-(1) was 1/ 2007-01-29 17:58:18 +00:00
ttmathtypes.h fixed the problem with a sign in the mathematical parser /-(1) was 1/ 2007-01-29 17:58:18 +00:00
ttmathuint.h fixed the problem with a sign in the mathematical parser /-(1) was 1/ 2007-01-29 17:58:18 +00:00
ttmathuint64.h fixed the problem with a sign in the mathematical parser /-(1) was 1/ 2007-01-29 17:58:18 +00:00