Re: [Development] Decimal arithmetic classes proposal

2016-02-20 Thread Thiago Macieira
On sábado, 20 de fevereiro de 2016 12:03:24 PST Sviatoslav Feshchenko wrote: > I would like to propose to develop classes for inclusion in the Qt library > to support general decimal arithmetic. Such classes would be useful for > financial and other applications requiring accurate decimal arithmeti

[Development] Decimal arithmetic classes proposal

2016-02-20 Thread Sviatoslav Feshchenko
I would like to propose to develop classes for inclusion in the Qt library to support general decimal arithmetic. Such classes would be useful for financial and other applications requiring accurate decimal arithmetic. The intent is to develop the classes as a wrapper around the existing decNumb