An open API service indexing awesome lists of open source software.

https://github.com/jonasraoni/math-expression-evaluator

Math expression evaluator written in Pascal using pointers.
https://github.com/jonasraoni/math-expression-evaluator

delphi math-expression-evaluator math-expression-parser pascal polish-notation

Last synced: about 2 months ago
JSON representation

Math expression evaluator written in Pascal using pointers.

Awesome Lists containing this project

README

          

# Math expression evaluator

Procedural math expression evaluator written in Pascal using pointers.

## How to use

Just call the evalExpression passing your expression as parameter, the result is an extended type.