On Tue, 2010-08-24 at 17:31 +0530, Arulalan T wrote: > Thanks a lot. I forget to mention here. I dont want the result float value > in string. > > I need only the float values with 2 precision. That to without rounding the > result. > > Any idea?
Well, then, go with what everyone else is telling you. Use the 'decimal' module. Or use Python 3.1 to hide the issue. -- Roshan George _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
