Re: Arbitrary precision arithmetic in django

2008-07-09 Thread Rob Hudson
On Jul 9, 8:07 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Rob, I am never letting you do my financial programming for me. Float > fields lose precision. Inexact. Approximate. Heh. Sorry. I was misunderstanding "arbitrary". Yeah, don't listen to me, obviously. :) --~--~-~--~--

Re: Arbitrary precision arithmetic in django

2008-07-09 Thread Malcolm Tredinnick
On Wed, 2008-07-09 at 08:02 -0700, Rob Hudson wrote: > FloatField? > http://www.djangoproject.com/documentation/model-api/#floatfield Rob, I am never letting you do my financial programming for me. Float fields lose precision. Inexact. Approximate. There is no Django field that is arbitrary pre

Re: Arbitrary precision arithmetic in django

2008-07-09 Thread Rob Hudson
FloatField? http://www.djangoproject.com/documentation/model-api/#floatfield On Jul 9, 4:02 am, shabda <[EMAIL PROTECTED]> wrote: > I need to do some Financial calculations in an app in Django. > models.DecimalField is fixed precision, while I need an arbitrary > precision field. How can I do thi

Arbitrary precision arithmetic in django

2008-07-09 Thread shabda
I need to do some Financial calculations in an app in Django. models.DecimalField is fixed precision, while I need an arbitrary precision field. How can I do this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dj