From 4aebd7ec04962406d0afdb5877e2253a75bd42c5 Mon Sep 17 00:00:00 2001 From: superdimensional Date: Mon, 19 Apr 2021 15:13:23 -0400 Subject: [PATCH] added planned fetures --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67aca40..79e16d4 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,35 @@ 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. --- -## list of calculators +## List of calculators - Hypotenuse calculator (a²+b²=c²) - Area of a circle (πr²) - Matrix arithmetics (2-D arrays) - Determinant of 2*2 matrix - Scalar multiplication - - Matrix addition \ No newline at end of file + - Matrix addition + +--- + +## Planned + +- Matrix arithmetics (2-D arrays) + - Matrix multiplication + - Determinant of n*n matrix + - Matrix support for none integer numbers +- Derivative +- Integral +- Area + - Area of a triangle + - Area of a quadralateral +- Peremeter + - Peremeter of a triangle + - Peremeter of a quadralateral + - Circumference of a circle \ No newline at end of file