From 165dddb7144c36215e45cef52651b0b84db78038 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 2 Aug 2023 17:45:28 -0700 Subject: [PATCH] Updated TODO --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 34a6864..4dc038e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,12 +1,13 @@ ## Pre-release - Commands to list units and substitutions - - delete variables + - Fix large power printing (superscript exponential notation) ## Parser - Better error when `sin = 2` - Define functions (f(x) = ??) - Should functions be operators? - Multi-argument functions + - Binary, hex, octal numbers ## General @@ -20,6 +21,8 @@ - powers as superscripts toggle - evaluate straight from command line - Auto-push to crates.io + - When should we subsitute? Should variables like "tau" be stored as unicode internally? + - Make sure unicode variable deletion works! ## Internals @@ -29,7 +32,6 @@ - Remove rug dependency (too big, incompatible) ## Math Features - - Function definitions - Dice - Mean, Median, Min - Arbitrary base logarithm @@ -37,8 +39,6 @@ - CAS features (trig, roots and powers) - Complex numbers - acot/acoth functions - - Binary, hex, octal numbers - - Extra roots? (for convenience) - Sums and products with functional arguments ## Prompt