Hello I have downloaded the MathML.dll. I am building the mathematical tool in c# window application. I want the functionality like if user inputs as:
sin theta / cos theta = tan theta
then that should appear:
sin 0
----- = tan 0 (here 0 = theta)
cos 0
on win form.I want to use MathML.dll. but not found any such example. please guide. what steps i have to follow?