From 1f24044fe36e464673edf7fba48873cd4266dab7 Mon Sep 17 00:00:00 2001 From: Johnathan Howard Date: Sat, 17 Feb 2018 11:19:43 -0500 Subject: [PATCH] marked of implemented functions in read me --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a8bfce..e828693 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ General Types: Number Representation: -- [ ] Decimal +- [X] Decimal - [ ] Binary - [ ] Fractions - [ ] Scientific notation @@ -95,9 +95,9 @@ Types of integers: Computability: - [X] Sum -- [ ] Factoral -- [ ] Minimum -- [ ] Maximum +- [X] Factoral +- [X] Minimum +- [X] Maximum - [ ] Range - [X] Average - [X] Mode