How to write math Pow (exponent) X^Y?

Forums ProRealTime English forum ProBuilder support How to write math Pow (exponent) X^Y?

  • This topic has 2 replies, 2 voices, and was last updated 6 years ago by avatarLeo.
Viewing 3 posts - 1 through 3 (of 3 total)
  • #67960
    Leo

    Hi all,

    How to write the exponential in probuilder?

    I would like something like X^Y ?

    Thanks in advance

    #67993

    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.

    1 user thanked author for this post.
    avatar Leo
    #68026
    Leo

    Mathematics of old school, thanks for the answer!

    1 user thanked author for this post.
Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login