Skip to content

UzzielAriel/Functional-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional-Calculator

A simple but fully functional calculator that will take multiple operations.

Usage

Run the following command through terminal:

py Calculator.py

Enter a mathematical operation for the program to calculate, for example:

2 * 2 - (-5)

Plase note that if you don't want a negative sign recognised as an operator, place it within brackets.

Features

  • The order of precedence is from left to right
  • Bracket multiplication
  • Multiple operations
  • Written as a parser

Issues

If you find any issues, please contact me.
Issues may also be raised if you don't have the correct python version - please ensure you have python 3.7+

About

A simple but fully functional calculator that will take multiple operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages