Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cmcl2!uupsi!sunic!compuram!pgd From: pgd@bbt.se Newsgroups: comp.lang.c Subject: Re: # to the nth power Message-ID: <1990Nov6.223907.1027@bbt.se> Date: 6 Nov 90 22:39:07 GMT References: <1990Nov3.220554.19404@zoo.toronto.edu> <226@smds.UUCP> Organization: . Lines: 10 In article peter@ficc.ferranti.com (Peter da Silva) writes: >In article <226@smds.UUCP> rh@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. > You mean have not been programming in C for a *long* time, don't you? :-)