Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 944 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 944 Bytes

Scientific Calculator!

Introduction

Nearly all sciences in the world is dependent on mathematics. Then, the need to easier methods to do mathematics continues to be one of the most required things nowadays and will still be obtainable until the end of the world. In C++, there are some libraries that function on mathematics such as math.h and c math, but these libraries don't give you all the operations you need, however, they are the basis which we build our implementation on.

Functionalities

1.Operations

:Division :Multiplication :Subtraction :Addition :Exponent :Squre Root

2.Trigonometric Functions

:Sin :Cos :Tan :Inverse Of Sin :Inverse Of Tan :Inverse of Cos

3.Logarithmic Functions

:Log :Log with Base 10

For Developing

I use C++ As a programming lanuage and Dev C++ Compiler and editor.

Licence

This project is licensed under the MIT License