# to the nth power

Brian Lambert blambert at lotus.com
Wed Nov 7 13:04:45 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

It's because programs that take up fewer lines of vertical space also
consume less CPU time.

--------------------------------
Brian Lambert
Lotus Development Corporation 
blambert at lotus.com
-- 
--------------------------------
Brian Lambert
Lotus Development Corporation 



More information about the Comp.lang.c mailing list