ttmath/ttmath
Tomasz Sowa e14e65002b fixed: removed 'const' from some methods (operators: += -= *= /=) in the Big class
fixed: bad sizes in tables in some 'Set...' methods in the Big class
fixed: Big::FromInt(Int<int_size> value) - the sign must be set at the end because SetSign
       checks whether there is zero and depends on it sets the sign or not
       (this was the stupid error which causes sometimes the errors 'overflow during printing')
fixed: Big::SetMin - the sign must be set at the and
changed: Big::Pow can use the reference now (the problem was actually with the Big::FromInt)
added: a namespace 'auxiliaryfunctions' (in ttmath.h)
added: ATan - arc tan, ACTan - arc ctan


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@17 e52654a7-88a9-db11-a3e9-0013d4bc506e
2007-02-27 20:18:33 +00:00
..
ttmath.h fixed: removed 'const' from some methods (operators: += -= *= /=) in the Big class 2007-02-27 20:18:33 +00:00
ttmathbig.h fixed: removed 'const' from some methods (operators: += -= *= /=) in the Big class 2007-02-27 20:18:33 +00:00
ttmathint.h fixed: removed 'const' from some methods (operators: += -= *= /=) in the Big class 2007-02-27 20:18:33 +00:00
ttmathobjects.h changed the sequence of arguments in logarithm functions 2007-01-22 20:25:45 +00:00
ttmathparser.h fixed: removed 'const' from some methods (operators: += -= *= /=) in the Big class 2007-02-27 20:18:33 +00:00
ttmathtypes.h fixed: removed 'const' from some methods (operators: += -= *= /=) in the Big class 2007-02-27 20:18:33 +00:00
ttmathuint.h fixed: removed 'const' from some methods (operators: += -= *= /=) in the Big class 2007-02-27 20:18:33 +00:00
ttmathuint64.h fixed: removed 'const' from some methods (operators: += -= *= /=) in the Big class 2007-02-27 20:18:33 +00:00