zachberry opened this issue 9 years ago · 0 comments
ax^2 will result in Math.pow(a, x*2) instead of a*Math.pow(x, 2)
Math.pow(a, x*2)
a*Math.pow(x, 2)