Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!uunet!ncrlnk!ncr-mpd!kentd From: kentd@FtCollins.NCR.com (Kent.Dalton) Newsgroups: comp.lang.c Subject: Re: # to the nth power Message-ID: Date: 8 Nov 90 09:56:02 GMT References: <9750@helios.TAMU.EDU> <1990Nov1.232830.17131@NCoast.ORG> <1990Nov3.220554.19404@zoo.toronto.edu> <226@smds.UUCP> Sender: news@ncr-mpd.FtCollins.NCR.COM Organization: NCR Microelectronics, Ft. Collins, CO Lines: 22 In-reply-to: peter@ficc.ferranti.com's message of 5 Nov 90 21:40:45 GMT Peter da Silva - peter@ferranti.com sez: >> 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?) Is it because he's using the old, crufty, archaic form of =/ and =* instead of /= and *= ? -- /**************************************************************************/ /* Kent Dalton * EMail: Kent.Dalton@FtCollins.NCR.COM */ /* NCR Microelectronics * CIS: 72320,3306 */ /* 2001 Danfield Ct. MS470A * */ /* Fort Collins, Colorado 80525 * "This mind intentionally left blank" */ /* (303)223-5100 X-319 * All standard disclaimers apply */ /**************************************************************************/