Skip to content
#

addition-substraction-multiplication-division

Here are 2 public repositories matching this topic...

Language: All
Filter by language

As its name suggests, this Scientific Calculator is designed for performing Scientific Calculations. This type of calculator usually has more Operations than a standard calculator, as it needs to be able to perform trigonometric functions, logarithms, Matrices, sine/cosine and exponential operations.

  • Updated Jul 21, 2022
  • C

A basic MIPS-based Calculator, that would ask for an input from the user, then the program will convert that input into Postfix first and display it. Afterwards, assess the original input from the user and perform the following operations (based on what was inputted): Addition, Subtraction, Multiplication, Division. Then, output the result.

  • Updated May 8, 2024
  • Assembly

Improve this page

Add a description, image, and links to the addition-substraction-multiplication-division topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the addition-substraction-multiplication-division topic, visit your repo's landing page and select "manage topics."

Learn more