Skip to content

Commit c3e8b59

Browse files
authored
Merge pull request #61 from variadicjs/todo-updated-readme
Mark implemented functions in the README
2 parents 12bad13 + 1f24044 commit c3e8b59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ General Types:
7474

7575
Number Representation:
7676

77-
- [ ] Decimal
77+
- [X] Decimal
7878
- [ ] Binary
7979
- [ ] Fractions
8080
- [ ] Scientific notation
@@ -95,9 +95,9 @@ Types of integers:
9595
Computability:
9696

9797
- [X] Sum
98-
- [ ] Factoral
99-
- [ ] Minimum
100-
- [ ] Maximum
98+
- [X] Factoral
99+
- [X] Minimum
100+
- [X] Maximum
101101
- [ ] Range
102102
- [X] Average
103103
- [X] Mode

0 commit comments

Comments
 (0)