cli-calculator/README.md

38 lines
745 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.
---
2021-04-19 15:13:23 -04:00
## 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.
---
2021-04-19 15:13:23 -04:00
## 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
2021-04-19 15:13:23 -04:00
- Matrix addition
---
## Planned
- Matrix arithmetics (2-D arrays)
- Matrix multiplication
- Determinant of n*n matrix
- Matrix support for none integer numbers
- Derivative
- Integral
- Area
- Area of a triangle
- Area of a quadralateral
- Peremeter
- Peremeter of a triangle
- Peremeter of a quadralateral
- Circumference of a circle