I have a simple formula that I am trying to convert to JavaScript, I'm just stuck trying to reverse it. My math skills have deteriorated over the last few years and im stuck.
Here is the formula
And here is my interpretation of it in JavaScript
2 * Math.log2(apx) = fval
Given that I only know the value of fval, and im actually trying to get the value of apx, can anyone tell me how I would go about doing that? Double points if you can help with the javascript conversion :)