Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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++

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