You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
formulas.h | 2 years ago | |
main.c | 2 years ago | |
makefile | 2 years ago | |
matrices.h | 2 years ago |
README.md
cli-calculator
Calculator with various formulas for common and uncommon problems.
Goal
My goal for this project is to write an open sourced mathmatical library for C along with a cli math calculator.
List of calculators
- Hypotenuse calculator (a²+b²=c²)
- Circumference of a Circle
- Area of a circle (πr²)
- Area of a Triangle
- Area of a Rectangle
- Matrix arithmetics (2-D arrays)
- Determinant of 2*2 matrix
- Scalar multiplication
- Matrix addition
Future additions
- Matrix arithmetics (2-D arrays)
- Matrix multiplication
- Determinant of n*n matrix
- Matrix support for none integer numbers