I'd like to convert expressions like these:
"a*x^2+b*x^2+c+d"...
"log((a*x)/sin(x))"...
"1/x"...
Into MathML using JavaScript. Any suggestions? The closest I found was ASCIIMathML (http://www1.chapman.edu/~jipsen/mathml/asciimath.html) but that's not the notation I'm looking for exactly.