[A89] Re: Exponents


[Prev][Next][Index][Thread]

[A89] Re: Exponents




At 20:21 -0400 16/6/02, Brett Simmers wrote:
>Hey all,
>
>Anyone know how to do exponents in C, such as 5 to the 6th power and such?
>I looked in help, but all the funcitons I found having to do with exponents
>didn't seem to be just plain exponents.  Am I just missing something or is
>that not possible in C?
>
>Brett

I'm anything but a 68k assembly expert, but if you need to work only 
with whole exponents (ie: no "roots") you can always create a loop. 
For the roots I think that an aproximation by series might work.
regards,
ra.-



Follow-Ups: References: