ttmath/ttmath
Tomasz Sowa d27cabec93 changed: Int::FromInt(const Int<argument_size> & p),
Int::FromInt(sint value) (it returns zero now)
         Int::operator=(uint i)
         Int::Int(uint i)
added:   Int::FromUInt(const UInt<argument_size> & p),
         Int::FromUInt(uint value)
         and appropriate constructors and assignment 
         operators as well
changed: Big::FromInt(Int<int_size> value),
added:   Big::FromUInt(UInt<int_size> value),
         Big::operator=(const UInt<int_size> & value)
         Big::Big(const UInt<int_size> & value)


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@42 e52654a7-88a9-db11-a3e9-0013d4bc506e
2007-05-27 23:33:47 +00:00
..
ttmath.h changed: small changes in: Big::SetPi(), Big::Set05Pi(), Big::Set2Pi(), 2007-04-12 17:17:22 +00:00
ttmathbig.h changed: Int::FromInt(const Int<argument_size> & p), 2007-05-27 23:33:47 +00:00
ttmathint.h changed: Int::FromInt(const Int<argument_size> & p), 2007-05-27 23:33:47 +00:00
ttmathobjects.h added: DegToDeg(deg, min, sec), DegToRad(deg), DegToRad(deg, min, sec), 2007-03-28 22:27:57 +00:00
ttmathparser.h changed: the way of parsing operators in the mathematical parser 2007-04-17 13:42:19 +00:00
ttmathtypes.h added: Uint::BitNot2() this method has been proposed by 2007-04-23 21:35:55 +00:00
ttmathuint.h added: Uint::BitNot2() this method has been proposed by 2007-04-23 21:35:55 +00:00
ttmathuint64.h added: doxygen.cfg for generating a documentation from the doxygen 2007-04-11 22:14:17 +00:00