I am trying to convert a simple (JS syntax) formula to postfix. Sadly the formula contains the Math.pow(a,b) function. How do I convert to a^b so I
Math.pow(a,b)
a^b