From 7bcd7c808ccc4db164dacf094665ac3bbbc66950 Mon Sep 17 00:00:00 2001 From: superdimensional Date: Mon, 19 Apr 2021 02:29:51 -0400 Subject: [PATCH] improved read me --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e58b3..5af677f 100644 --- a/README.md +++ b/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 \ No newline at end of file