This commit is contained in:
superdimensional 2021-04-19 03:18:50 -04:00
parent 7bcd7c808c
commit a3697d2123

View file

@ -5,14 +5,16 @@ Calculator with various formulas for common and uncommon problems.
--- ---
## goal ## goal
My goal for this project is to write an open sourced mathmatical library for C. My goal for this project is to write an open sourced mathmatical library for C.
--- ---
## list of calculators ## list of calculators
- Hypotenuse calculator (a²+b²=c²) - Hypotenuse calculator (a²+b²=c²)
- Area of a circle (πr²) - Area of a circle (πr²)
- Matrix arithmetics - Matrix arithmetics (2-D arrays)
- Determinant of 2*2 matrix - Determinant of 2*2 matrix
- Scalar multiplication - Scalar multiplication
- Matrix addition - Matrix addition