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.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok