# to the nth power

Fred Goldrich fredg at marob.masa.com
Wed Nov 7 02:08:25 AEST 1990


In article <P1X6QN1 at xds13.ferranti.com> peter at ficc.ferranti.com (Peter da Silva) writes:
>In article <226 at smds.UUCP> rh at smds.UUCP (Richard Harter) writes:
>> 	for (y=x,sqrtx=1;y>0;) {ysave = y;y =/ 16;sqrtx =* 4;}
>
>Wow.
>
>This man has been programming in C for a *long* time. I'm impressed.
>
>(quiz: why do I come to this conclusion?)
>-- 
>Peter da Silva.   `-_-'
>+1 713 274 5180.   'U`
>peter at ferranti.com

I think it's because you are reading "sqrtx =* 4" as ancient-C style
for the assignment "sqrtx *= 4"; my guess is that is was a typo.
-- 
	Fred Goldrich
	{att,philabs,rutgers,cmcl2,hombre}!phri!marob!maestro!fred
	(formerly dasys1!maestro)



More information about the Comp.lang.c mailing list