From a3697d21232373414f314063c1da1dac4ab2beee Mon Sep 17 00:00:00 2001 From: superdimensional Date: Mon, 19 Apr 2021 03:18:50 -0400 Subject: [PATCH] spaces --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5af677f..67aca40 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,16 @@ 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 +- Matrix arithmetics (2-D arrays) - Determinant of 2*2 matrix - Scalar multiplication - Matrix addition \ No newline at end of file