Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faizanzaheergit/simple-scientific-calculator-in-c

this code in c++ is a simple implementation of a scientific calculator, and how it functions with functions like exponent, logarithms, powers, trigonometric functions
https://github.com/faizanzaheergit/simple-scientific-calculator-in-c

calculator cplusplus exponent logarithm math mathematics scientific-calculator trigonometric-functions

Last synced: about 1 month ago
JSON representation

this code in c++ is a simple implementation of a scientific calculator, and how it functions with functions like exponent, logarithms, powers, trigonometric functions

Awesome Lists containing this project

README

        

# simple-scientific-calculator-in-c
this program is a simple implementation of a scientific calculator, and how it functions

included functions are:

add, subtract, multiply, divide,
sine, cosine, tan, arcsin, arccos, arctan,
exponent, log, ln,
square, square root, cube, cube root, x to the power y (x^y)