Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!wuarchive!psuvax1!psuvm!cjh101 From: CJH101@psuvm.psu.edu (Carl J. Hixon) Newsgroups: comp.lang.c Subject: # to the nth power Message-ID: <90305.005050CJH101@psuvm.psu.edu> Date: 1 Nov 90 05:50:50 GMT Organization: Penn State University Lines: 12 I appologize for bothering you computer wizards with such an elementary question but, I'm floundering. Why am I unable to find an opperator which raises a number to a power. (The fortran equivalent of x**n) Is there such an opporator or do I need to write my own function? It seems like a terrible oversite to me that such a common operation was overlooked. Any help would be greatly appreciated! I'm not sure I could even write the function, I'm currently writing my first C program ever... Thankyou, Carl