An advanced command-line calculator
-
Updated
Feb 15, 2021 - C++
An advanced command-line calculator
Now that I have programmed my equation solver computor V1, it’s time to go further. In computor V2 I have created my own calculator in command line, which will integrate my computor V1 as well as functions for matrix calculus, function resolution, calculation with complex numbers, etc.
This project is a simple expression calculator implemented in C. It provides functionalities to convert infix expressions to postfix notation and evaluate the resulting postfix expressions.
Command-line calculator made with Swift.
Implementation of bc command in C using linked list, stack
Add a description, image, and links to the command-line-calculator topic page so that developers can more easily learn about it.
To associate your repository with the command-line-calculator topic, visit your repo's landing page and select "manage topics."