How about adding rational fraction to Python?

Ross Ridge rridge at caffeine.csclub.uwaterloo.ca
Wed Feb 27 13:21:23 EST 2008


Mark Dickinson  <dickinsm at gmail.com> wrote:
>True division and floor division are different operations.  It doesn't
>seem ridiculous to use different operators for them.

I don't have a problem with there being different operators for integer
and floating-point division.  I have a problem with the behviour of the
slash (/) operator changing.

					Ross Ridge

-- 
 l/  //	  Ross Ridge -- The Great HTMU
[oo][oo]  rridge at csclub.uwaterloo.ca
-()-/()/  http://www.csclub.uwaterloo.ca/~rridge/ 
 db  //	  



More information about the Python-list mailing list