floating point division -- question

William Park opengeometry at yahoo.ca
Wed Nov 27 12:07:01 EST 2002


Some time ago, there was thread discussing adding a floating point division
operator, like //.  Doing 'a//b' is certainly easier than doing
'a/float(b)', and it doesn't break any existing codes.  Has there been any
interest from the Gods of Python?

-- 
William Park, Open Geometry Consulting, <opengeometry at yahoo.ca>
Linux solution for data management and processing. 



More information about the Python-list mailing list