Python 3000 deat !? Is true division ever coming ?

Magnus Lycka lycka at carmen.se
Fri Feb 17 04:02:33 EST 2006


Gregory Piñero wrote:
> I knew about that approach.  I just wanted less typing :-(

It's enough to introduce one float in the mix.
1.*a/b or float(a)/b if you don't want one more
multiplication.



More information about the Python-list mailing list