summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
new file mode 100644
index 0000000..f26ba87
--- /dev/null
+++ b/CHANGELOG.org
@@ -0,0 +1,14 @@
+* Changelog
+All notable changes to this software will be put in this changelog.
+** 1.0.0 - [Unreleased]
+*** Added
+- Program can calculate radices' prime factorizations.
+- Program can determine and score radices' factors.
+- Program can determine radices' totative ratio.
+- Program can calculate the "2345 Rank".
+- Program can calculate the "Multiplication Table Complexity".
+- Program displays the natural logarithm.
+- Digit maps (determining how each digit can be used in a radix)
+- Compact display, and other cmdline arguments (-d, -f, -m, -t)
+- Program can calculate radices' totative digits.
+- Program can score radices' regulars like it does their factors.