# to the nth power

Engbert Gerrit IJff engbert at cs.vu.nl
Wed Nov 7 21:53:14 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
That is an easy quiz. Look at the =/ and =* operators.

Bert.



More information about the Comp.lang.c mailing list