[Python-Dev] re: division

gvwilson@nevex.com gvwilson@nevex.com
Tue, 4 Apr 2000 11:34:38 -0400 (EDT)


Random thought (hopefully more sensible than my last one):

Would it make sense in P3K to keep using '/' for CS-style division
(int/int -> rounded-down-int), and to introduce '=F6' for math-style
division (int=F6int -> float-when-necessary)?

Greg