ucfopen/equation-sandbox-materia-widget

Parser doesn't understand "ax^2"

zachberry opened this issue · 0 comments

ax^2 will result in Math.pow(a, x*2) instead of a*Math.pow(x, 2)