My first project using C language. In this project i built a scientific calculator that can perform various mathematical operations. For more info visit my git hub profile using this link https://github.com/darshan45672
This calculator can perform various mathematical operations with great accuracy. This project has 4 versions which are enhanced versions of previous ones. Each version has a unique special feature. detials of each versions are listed below.
This the prototype model!. Here the user can perform some limited mathematical operations as per the reqiurements of the user. Check out this link to look through the codes https://github.com/darshan45672/Project-on-Scientefic-Calculator/blob/master/sci-fi_calci.c
Here are some snapshots of outputs of this model.



This is a modular version of previous program. Here the mathematical operations are segregated into arthematical, trigonometrical, Logarithmic and Exopnential operations etc. Check out this link to look through the codes https://github.com/darshan45672/Project-on-Scientefic-Calculator/blob/master/sci-fi_calci2.c
Special feature: Here user can can exit at any point and come back to previous page anytime.
Here are some snapshots of outputs of this model.
THis is a well organised and beautified version of version 2.0. Each section opens in a new page and user can perform arthematical, trigonometrical, Logarithmic and Exopnential operations etc. Check out this link to look through the codes https://github.com/darshan45672/Project-on-Scientefic-Calculator/blob/master/sci-fi_calci3.c
Special feature: Each category opens in a new page. Trignometric operations are categorised into degree mode and radian mode, where user can choose which-ever mode he prefers. Here user can can exit at any point and come back to previous page anytime.
Here are some snapshots of outputs of this model.
expected features : section where you can perform algebraic operstions like finding roots for quadriatic and cubic equation