【发布时间】:2011-02-15 06:03:08
【问题描述】:
你好 我已经下载了 MathML.dll。我正在 c# 窗口应用程序中构建数学工具。我想要这样的功能,如果用户输入为:
sin theta / cos theta = tan theta
那么应该会出现:
sin 0
----- = tan 0 (here 0 = theta)
cos 0
在 win 表单上。我想使用 MathML.dll。但没有找到任何这样的例子。请指导。我必须遵循哪些步骤?
【问题讨论】: