i = i * f vs. i *= f

Steven M. Queriolo smq at hlhop.UUCP
Tue Apr 17 05:08:29 AEST 1984


I tried both i=100; i *= .2; and i=100; i /= 3.3; on
our Unix System V (Release 2.0) and both of these 'bugs'
produced the correct answers.

-- 
			Steven M. Queriolo
			AT&T Bell Laboratories
			..........hlhop!smq



More information about the Comp.lang.c mailing list