Skip to content

Created a Scientific Calculator using C programming language.

License

Notifications You must be signed in to change notification settings

EstebanMendez01/ScientificCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ScientificCalculator

Created a Scientific Calculator using C programming language.

About Project

In order to make a real calculator that works with different operators in the classic language C. The tool was created to make arithmetic functions be possible to be solved within only one calculator and can be used for multiple things. The programming language used in this project was C, in which it is a Low level programming language in which makes the program fast.

Instructions

In order to use this calculator the compiler needs to be ran first. Run this commands in this order:

  1. gcc -Wall filename.c –o filename
  2. ./filename

About

Created a Scientific Calculator using C programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages