Help me in calculating reverse of this equation
Hello
I am working on a web based project where I had implemented a jquery based slider, who values ranges from 0 to 30 million
So I had to use this equation to implement non linear search on that slider, but now I have to calculate reverse of this equation
f(y) = 5000 * (e2.77258872·x – 1) / 15
means I want to calculate value of x
Thanks
I am working on a web based project where I had implemented a jquery based slider, who values ranges from 0 to 30 million
So I had to use this equation to implement non linear search on that slider, but now I have to calculate reverse of this equation
f(y) = 5000 * (e2.77258872·x – 1) / 15
means I want to calculate value of x
Thanks
0