View Single Post
eyal282
Veteran Member
Join Date: Aug 2011
Old 02-04-2019 , 03:04   Re: Solve Exponential Base
Reply With Quote #2

b = 1.89root(5)

Not square root, but root of base 1.89.
5 ^ x = 9 --> x = Logarithm(9, 5)
x ^ 5 = 9 --> x = Pow(9, 1/5)

Quickly check I'm not wrong. The 1 / 5 simulates base root
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334

Last edited by eyal282; 02-04-2019 at 03:12.
eyal282 is offline