Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/capsey/mathex
Libraries for evaluating math expressions from strings
https://github.com/capsey/mathex
Last synced: about 1 month ago
JSON representation
Libraries for evaluating math expressions from strings
- Host: GitHub
- URL: https://github.com/capsey/mathex
- Owner: capsey
- Created: 2023-03-23T07:17:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-09T17:41:30.000Z (over 1 year ago)
- Last Synced: 2023-08-09T19:14:38.660Z (over 1 year ago)
- Homepage:
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mathex Specification
Mathex (Mathematical Expressions) is a specification and set of libraries for evaluating mathematical expressions from strings at runtime. It aims to provide consistent, customizable and easy to use solution for making your number fields more user friendly.
The specification defines valid expression syntax, feature set and error handling that a library implementing this specification must adhere to.
- [Mathex Specification](#mathex-specification)
- [Existing implementations](#existing-implementations)
- [Read the specification](#read-the-specification)## Existing implementations
If you want to use Mathex in your project, here is a list of existing implementations of the specification:
* [Mathex for C/C++](https://github.com/capsey/mathex-c)
* [Mathex for C++](https://github.com/capsey/mathex-cpp)
* [Mathex for Python](https://github.com/capsey/mathex-py)## Read the specification
Specification is stored in this repository in [versions](/versions/) directory. There you can find the latest version of the specification, and some older ones.