On Fri, 11 Jul 2008 13:04:04 -0700, Era Scarecrow wrote: >> superdan Wrote: >> > a / b is never larger than a (cept for signed/unsigned >> mixed shit). >> >> a = -10; b = -5 > > result is -15, done on a simple calculator (unless Win32 Calc.exe is > wrong) $ python -c "print -10/-5" 2 $