MathMLToCSharp
MathMLToCSharp copied to clipboard
Trig functions not handled correctly
I used Equation Editor in Word 2010 to make the simple equation x=sin a where sin is added from the function dropdown. This is converted to x=a; If I enclose the argument in brackets... x=sin(a) it converts it to x=*(a);