Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/damelyngdoh/math-expression-eval-js

This library evaluates a string which represents a mathematical expression. It also offers other methods which are relevant to this operation. Methods like tokenizer which splits the string into individual mathematical tokens (such as operators, operands, parenthesis, etc.) and infix to postfix converter, etc.
https://github.com/damelyngdoh/math-expression-eval-js

expression expression-evaluator javascript string-expression

Last synced: about 1 month ago
JSON representation

This library evaluates a string which represents a mathematical expression. It also offers other methods which are relevant to this operation. Methods like tokenizer which splits the string into individual mathematical tokens (such as operators, operands, parenthesis, etc.) and infix to postfix converter, etc.

Awesome Lists containing this project