MathMLToCSharp
MathMLToCSharp copied to clipboard
MathML to C# expression Converter
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...
# Smurf-IV Modifications - Fix the links in this page - Make the MathML library target different frameworks - Up the version to 1.1.0 - Remove the need for the...
Hello! first of all, great work on the MathMLToCSharp project :) I am using the code for my project via nuget package and I saw I can only use the...
Here is another bug. If you use the Visit() function on any Mfrac object, it will throw a NullreferenceException. Math term represented in this example: "a/b" The MathML code was...
Hello there, here is some MathML that I've tested with your code: ``` ( a * b ) 2 ``` This should represent the term: sqrt(a*b)^2 Tried to parse it...
I have factored out the classes to a class library, in order to use it in another project to investigate making it part of a .net expression tree builder (to...