将数学表达式(字符串)转换为可用变量
我正在尝试制作一个 iPhone 应用程序来进行蒙特卡罗模拟 用户给出的方程。我希望用户能够输入如下内容: “2x+(y^2)”然后得到结果。
有没有办法解析这个字符串并获取我可以进行计算的可用变量(您可能知道的库)?
I am trying to make an iPhone-app that does the Monte Carlo simulation on
equations given by the user. I want the user to be able to input something like:
"2x+(y^2)" and then recieve a result.
Is there a way to parse this string and get usable variables that i can do calculations on (a library u know of perhaps)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看编译器工具。虽然它可能有点臃肿,但很容易在其中编写任何“语言”,即使只是简单的数学表达式。
Take a look on compiler tools. although it might be a bit bloated, it is easy to write any "language" in it even if its just for simple mathematical expressions.