cli-calculator/README.md

20 lines
391 B
Markdown
Raw Normal View History

2021-04-19 02:29:51 -04:00
# cli-calculator
Calculator with various formulas for common and uncommon problems.
---
## goal
2021-04-19 03:18:50 -04:00
2021-04-19 02:29:51 -04:00
My goal for this project is to write an open sourced mathmatical library for C.
---
## list of calculators
2021-04-19 03:18:50 -04:00
2021-04-19 02:29:51 -04:00
- Hypotenuse calculator (a²+b²=c²)
- Area of a circle (πr²)
2021-04-19 03:18:50 -04:00
- Matrix arithmetics (2-D arrays)
2021-04-19 02:29:51 -04:00
- Determinant of 2*2 matrix
- Scalar multiplication
- Matrix addition