Path: utzoo!utgpu!watserv1!watmath!att!pacbell.com!ucsd!swrinde!zaphod.mps.ohio-state.edu!ub!uhura.cc.rochester.edu!uhura!saaf From: saaf@joker.optics.rochester.edu (Lennart Saaf) Newsgroups: comp.sys.mac.hypercard Subject: Re: Message-ID: Date: 25 Jan 91 20:34:05 GMT References: <91025.083058KERSAVAG@psuvm.psu.edu> <1991Jan25.163233.27552@cunixf.cc.columbia.edu> Sender: news@uhura.cc.rochester.edu Organization: The Institute of Optics, University of Rochester Lines: 19 In-reply-to: sav1@cunixb.cc.columbia.edu's message of 25 Jan 91 16:32:33 GMT In article <1991Jan25.163233.27552@cunixf.cc.columbia.edu> sav1@cunixb.cc.columbia.edu (Sean A Varah) writes: > > I'm looking for a math function, Y to the X (I can't do superscript). > exp, exp1, and exp2 don't do it. Is there any Math XFCNs out there? > How 'bout: function power x,y -- returns "x to the y power" return exp(y * ln(x)) end power Len -- ------------------------------------------------------------------------ | Len Saaf, The Institute of Optics, Univ. of Rochester, Rochester, NY | | Internet: saaf@joker.optics.rochester.edu Bitnet: SAAF@UOROPT | ------------------------------------------------------------------------