# to the nth power
Kent.Dalton
kentd at FtCollins.NCR.com
Thu Nov 8 20:56:02 AEST 1990
Peter da Silva - peter at 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 at 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 */
/**************************************************************************/
More information about the Comp.lang.c
mailing list