i-tu / Symbolic-1

Symbolic calculator in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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



About

Symbolic calculator in C++


Languages

Language:C++ 83.7%Language:TeX 16.3%