https://github.com/bomberus/mathparserphp
This is a simple port of my MathParser Project in C#. Some functions like integral do not work at this moment.
https://github.com/bomberus/mathparserphp
Last synced: over 1 year ago
JSON representation
This is a simple port of my MathParser Project in C#. Some functions like integral do not work at this moment.
- Host: GitHub
- URL: https://github.com/bomberus/mathparserphp
- Owner: Bomberus
- License: mit
- Created: 2015-09-29T16:45:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T10:36:32.000Z (over 10 years ago)
- Last Synced: 2025-01-21T05:11:28.092Z (over 1 year ago)
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MathParserPHP
This is a simple port of my MathParser Project in C#. Some functions like integral do not work at this moment.
## How to use
Please include the file math.php and make sure that ArrayList.php is in the same folder
```
$parser = new Parser(new ArrayList());
$ergebnis = $parser ->calculate("2*4^2");
echo $ergebnis;
```
## Credits
The ArrayList class in PHP was created by Tim Anlauf
http://www.phpclasses.org/package/1169-PHP-Class-to-handle-lists.html#information