Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!amdcad!ames!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: Power operator? Message-ID: <6982@brl-smoke.ARPA> Date: 8 Jan 88 05:29:06 GMT References: <47000029@uxe.cso.uiuc.edu> <10063@mimsy.UUCP> <646@l.cc.purdue.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 12 If someone wants to propose a good syntax for a built-in exponentiation operator, send it in during the second public review of the draft standard. I wouldn't mind having one, although the only way it is likely to occur at this point is if some other problem forces a third public review anyway (i.e., it won't be caused by adding the exponentiation operator). The x ** y syntax conflicts with existing C, which already ascribes a different meaning to this, although I do think that anyone who has been writing ** without a space in between deserves problems anyway. x ^ y is also already taken.