Let's say I made a simple string like: string str = "a/(b^2)"
. I want this expression to be rendered on a form in a convenient format instead of plain text. What methods can be used to approach this?
Here is a screenshot taken from a Microsoft Word document that shows how would a formatted equation look like.
Now of course I am not looking for this particular equation as I will need many other custom equations.