Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/faizanzaheergit/simple-scientific-calculator-in-c
- Owner: FaizanZaheerGit
- Created: 2021-12-25T21:23:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T21:31:02.000Z (about 3 years ago)
- Last Synced: 2024-11-10T13:19:28.322Z (3 months ago)
- Topics: calculator, cplusplus, exponent, logarithm, math, mathematics, scientific-calculator, trigonometric-functions
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-scientific-calculator-in-c
this program is a simple implementation of a scientific calculator, and how it functionsincluded 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)