Robert Fraser Wrote: > superdan Wrote: > > a / b is never larger than a (cept for signed/unsigned mixed shit). > > a = -10; b = -5 i got lazy. whenever i said "larger" i really meant "larger type". so in this case the correct sentence was; a / b never requires a larger type than the type of a.