Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!V4039%TEMPLEVM.BITNET@CUNYVM.CUNY.EDU From: V4039%TEMPLEVM.BITNET@CUNYVM.CUNY.EDU (Stan Horwitz) Newsgroups: comp.lang.c Subject: Re: Power operator? Message-ID: <11169@brl-adm.ARPA> Date: 7 Jan 88 19:24:21 GMT Sender: news@brl-adm.ARPA Lines: 7 Chris Torek says the function pow(x,y) in C's math library is C's power operator. Sorry Chris, the pow(x,y) is not an operator, it is a FUNCTION. Syntactically, there is a difference, though the result is the same. The question still stands. Why does C have no symbol to serve as a power operator. There are so many symbols to use, and it would be easy to implement. Stan Horwitz V4039 at TEMPLEVM