https://github.com/softstonedevelop/mathparser
Another test task from a nameless company with great ambitions, recognized market leaders and blah blah .. .
https://github.com/softstonedevelop/mathparser
Last synced: 5 months ago
JSON representation
Another test task from a nameless company with great ambitions, recognized market leaders and blah blah .. .
- Host: GitHub
- URL: https://github.com/softstonedevelop/mathparser
- Owner: SoftStoneDevelop
- License: mit
- Created: 2022-06-29T22:50:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T03:54:47.000Z (about 3 years ago)
- Last Synced: 2023-03-06T16:37:06.426Z (about 3 years ago)
- Language: C#
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MathParser
Parsing and calculation of mathematical expressions.
For example:
Expression '2 + 3 * 4 - 5' - Result '9'
Expression '(2 + 3) * 4 - 5' - result '15'
## Readme in another languages:
- [Russian](https://github.com/SoftStoneDevelop/MathParser/blob/main/README_ru.md)