Path: utzoo!attcan!uunet!husc6!bloom-beacon!tut.cis.ohio-state.edu!mailrus!ames!nrl-cmf!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: Exponentiation in C (was: How not to write a loop) Message-ID: <8204@brl-smoke.ARPA> Date: 1 Jul 88 18:52:32 GMT References: <16276@brl-adm.ARPA> <329@accelerator.eng.ohio-state.edu> <3167@ritcsh.UUCP> <820@l.cc.purdue.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 5 In article <820@l.cc.purdue.edu> cik@l.cc.purdue.edu (Herman Rubin) writes: > n = 3^2 You guys must be talking about some other language than C. That already has a meaning in C; it sets the contents of `n' to 1.