Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-tu/symbolic-1
Symbolic calculator in C++
https://github.com/i-tu/symbolic-1
Last synced: 2 days ago
JSON representation
Symbolic calculator in C++
- Host: GitHub
- URL: https://github.com/i-tu/symbolic-1
- Owner: i-tu
- Created: 2012-10-10T11:57:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-20T09:05:30.000Z (almost 11 years ago)
- Last Synced: 2024-11-08T13:35:15.687Z (about 2 months ago)
- Language: C++
- Size: 680 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Symbolic-1
--------------------Symbolic-1 is a symbolic calculator made as a final project for a c++-course.
It features infix- and prefix parsing and defining and calling functions with arbitrary values and symbols, addition, subtraction, multiplication, division and exponents. It also features rudimentary derivation rules.
All function trees are simplified by default, according to simplification rules. They're not perfect but they work surprisingly well.
REPOSITORY STRUCTURE
--------------------plan/ Project plan
doc/ Project documentation
src/ Source code