Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!sun-barr!cs.utexas.edu!usc!ucsd!ucbvax!bloom-beacon!eru!hagbard!sunic!mcsun!hp4nl!star.cs.vu.nl!engbert From: engbert@cs.vu.nl (Engbert Gerrit IJff) Newsgroups: comp.lang.c Subject: Re: # to the nth power Message-ID: <8149@star.cs.vu.nl> Date: 7 Nov 90 10:53:14 GMT References: <9750@helios.TAMU.EDU> <1990Nov1.232830.17131@NCoast.ORG> <1990Nov3.220554.19404@zoo.toronto.edu> <226@smds.UUCP> Sender: news@cs.vu.nl Reply-To: engbert@cs.vu.nl (Engbert Gerrit IJff) Organization: VU Dept. of Computer Science, Amsterdam, The Netherlands Lines: 17 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. ) ) (quiz: why do I come to this conclusion?) ) -- ) Peter da Silva. `-_-' ) +1 713 274 5180. 'U` ) peter@ferranti.com That is an easy quiz. Look at the =/ and =* operators. Bert.