improved read me
This commit is contained in:
parent
7c7e1fa0cc
commit
7bcd7c808c
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
@ -1 +1,18 @@
|
|||
#cli-calculator
|
||||
# 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.
|
||||
|
||||
---
|
||||
|
||||
## list of calculators
|
||||
- Hypotenuse calculator (a²+b²=c²)
|
||||
- Area of a circle (πr²)
|
||||
- Matrix arithmetics
|
||||
- Determinant of 2*2 matrix
|
||||
- Scalar multiplication
|
||||
- Matrix addition
|
Loading…
Add table
Reference in a new issue