Java 1.5: mathematical formula parser

后端 未结 5 961
野趣味
野趣味 2021-01-20 00:39

Hello i often develop JTableModels in which some cells must contain the result of apliying a certain simple mathematical formula. This formulas can have:

  • Opera
5条回答
  •  自闭症患者
    2021-01-20 00:57

    i released an expression evaluator based on Dijkstra's Shunting Yard algorithm, under the terms of the Apache License 2.0:

    http://projects.congrace.de/exp4j/index.html

提交回复
热议问题