Deprecated B12Class

B12Class is now officially deprecated. It's functionality has been rolled into the B12Digit class. All references to B12Char have been switched to B12Digit, but the code has not yet been refactored to use B12Digit with total efficiency
This commit is contained in:
61616
2022-04-29 18:13:04 -04:00
parent effb65ad61
commit 7cdcddd287
8 changed files with 60 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ class MathDisplay{
MathDisplay(B12Math _math){
math = _math;
digits = new ArrayList<B12Digit>();
//digits = new ArrayList<B12Digit>();
}
// TODO take expression from math and display it in whatever state it is in