To calculate Math Pow, you can follow these instructions: (copy/paste from an old topic).
I have found a mathematical equivalent if the Prorealtime LOG function (called Napierian log in the manual) is actually the common LN function: y = x^p = e^(p*LN(x)) This could then be coded as: y = EXP(p*LOG(x)) This works fine.
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue