6 Dec 2006 15:41:04 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:

However, today I reviewed the method to be used in Python to get true
division, and this gave
me an idea how true division could be implemented without interferring
with the use of

/ for integer division.

Use  / for  integer division

single slash is the operator for integer division.

Use ./ for true division.

period slash is the operator for true division.


Such idea was already proposed: http://www.python.org/dev/peps/pep-0238/

------------------------------------------------
Olexandr "Kynlem" Melnyk,
http://omelnyk.net/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to