ttmath/ttmath
Tomasz Sowa a4bb0b6f64 fixed: powering algorithm in:
UInt::Pow(UInt<value_size> pow)
       Big::Pow(UInt<pow_size> pow)
       Big::PowUInt(Big<exp, man> pow)
       when 'pow' was sufficient large the algorithm returned carry
       but the result could have been calculated correctly



git-svn-id: svn://ttmath.org/publicrep/ttmath/branches/0.8.x@215 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-10-16 21:38:25 +00:00
..
ttmath.h fixed: Sqrt(), Root() and Factorial() didn't correctly treat the NaN flag 2009-06-16 18:31:39 +00:00
ttmathbig.h fixed: powering algorithm in: 2009-10-16 21:38:25 +00:00
ttmathint.h Some fixes from trunk: 2009-10-07 17:33:03 +00:00
ttmathobjects.h added: Objects::IsDefined(const std::string & name) 2009-04-02 05:21:49 +00:00
ttmathparser.h added: using NaN flag in method Big::ToDouble() and Big::FromDouble() 2009-06-11 02:31:41 +00:00
ttmathtypes.h Some fixes from trunk: 2009-10-07 17:33:03 +00:00
ttmathuint.h fixed: powering algorithm in: 2009-10-16 21:38:25 +00:00
ttmathuint_noasm.h Some fixes from trunk: 2009-10-07 17:33:03 +00:00
ttmathuint_x86.h added: using NaN flag in method Big::ToDouble() and Big::FromDouble() 2009-06-11 02:31:41 +00:00
ttmathuint_x86_64.h added: to Big<> class: support for NaN flag (Not a Number) 2009-05-26 23:13:22 +00:00