ttmath/ttmath
Tomasz Sowa b028896118 added: some missing methods: ::FromUInt ::FromInt
now ::FromInt can be used in place of ::FromUint
       sample:
       UInt<1> a;
       a.FromInt(10); // previous was only: a.FromUInt(10)
changed: std::string Big::ToString(uint base = 10) const
         std::wstring Big::ToWString(uint base = 10) const
         can take optional parameter (base)


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@315 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-09-21 22:31:07 +00:00
..
ttmath.h fixed: TTMATH_DEBUG_LOG has generated different carry-flags in UInt<> (when TTMATH_NOASM was used) 2010-09-15 20:43:21 +00:00
ttmathbig.h added: some missing methods: ::FromUInt ::FromInt 2010-09-21 22:31:07 +00:00
ttmathint.h added: some missing methods: ::FromUInt ::FromInt 2010-09-21 22:31:07 +00:00
ttmathmisc.h added: macro TTMATH_DONT_USE_WCHAR 2010-03-01 13:08:50 +00:00
ttmathobjects.h added: macro TTMATH_DONT_USE_WCHAR 2010-03-01 13:08:50 +00:00
ttmathparser.h added: on 32bit platforms: 2010-09-19 17:23:39 +00:00
ttmaththreads.h added: multithread support for Big<> class 2009-08-04 18:23:35 +00:00
ttmathtypes.h added: on 32bit platforms: 2010-09-19 17:23:39 +00:00
ttmathuint.h added: some missing methods: ::FromUInt ::FromInt 2010-09-21 22:31:07 +00:00
ttmathuint_noasm.h fixed: TTMATH_DEBUG_LOG has generated different carry-flags in UInt<> (when TTMATH_NOASM was used) 2010-09-15 20:43:21 +00:00
ttmathuint_x86.h added: static sint UInt<value_size>::FindLowestBitInWord(uint x) 2010-01-03 01:10:37 +00:00
ttmathuint_x86_64.h added: on 32bit platforms: 2010-09-19 17:23:39 +00:00
ttmathuint_x86_64_msvc.asm changed: small optimization in ttmath_subindexed_x64() 2009-09-20 20:10:29 +00:00