This is kind of a spinoff on my question Divide by a number without dividing.
Can anyone think of some clever ways to raise any given number to any given power without using an exponent anywhere in your equation/formula?
$$x^{y}=z$$
This is kind of a spinoff on my question Divide by a number without dividing.
Can anyone think of some clever ways to raise any given number to any given power without using an exponent anywhere in your equation/formula?
$$x^{y}=z$$
You can always use the Taylor series for $f(u) = e^u$.
$$ x^y = 1 + y \ln x + \frac{(y \ln x)(y \ln x)}{2!} + \frac{(y \ln x)(y \ln x)(y \ln x)}{3!} + \cdots $$
anti-log base x of y
? Either way that one's a little bit sketchy, an anti-log is just exponents basically. But it still works so I'll plus one that. (User's must keep in mind that the exponent in the anti-log formula is just the notation for writing anti-log, you are not actually raising it to the negative first power. $log^{-1}_{x}(y)$ – Albert Renshaw May 16 '13 at 13:10exponentiation by squaring
still involves exponents in the formula. – Albert Renshaw May 16 '13 at 13:12