You should not need any casting to do math computations. Can you provide an example of what you do, perhaps something does not behave as intended.
On Nov 27, 7:33 pm, pbreit <[email protected]> wrote: > I have some price fields specified as type 'decimal'. But am finding that I > have to cast to 'float' do do any math (or the other to decimal.Decimal I > guess). > > This seems cumbersome. Is 'decimal' the best field type for storing > financial amounts that will be involved in math calculations?

