Hi everybody!
I'm writing a C program for a PIC18F microcontroller .
I need to calculate a power function, in which both base and exponent
are fixed point numbers (ex: 3.15^1.13).
Using pow() function is too expensive...
Is there another way to do that?
Thanks,
Max
I'm writing a C program for a PIC18F microcontroller .
I need to calculate a power function, in which both base and exponent
are fixed point numbers (ex: 3.15^1.13).
Using pow() function is too expensive...
Is there another way to do that?
Thanks,
Max
Comment