Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
Go to file
2020-05-30 17:56:16 +02:00
.vscode Initial commit 2020-05-28 23:46:35 +02:00
src Made it possible for the parser to parse combined variables, eg. xy, so that the user does not have to write the multiplication sign. 2020-05-30 17:56:16 +02:00
.gitignore Initial commit 2020-05-28 23:46:35 +02:00
Cargo.lock Added some colours to the terminal output. 2020-05-30 15:59:25 +02:00
Cargo.toml Added some colours to the terminal output. 2020-05-30 15:59:25 +02:00