Browse Source

Updated methods in SciCalc

Trinh Tong 6 years ago
parent
commit
92b2a51ed1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      SciCalc.java

+ 1
- 0
SciCalc.java View File

@@ -44,6 +44,7 @@ public class SciCalc
44 44
         return Integer.toOctalString(userInput);
45 45
         
46 46
     }
47
+    
47 48
     /**
48 49
      * Store 1 numeric value in memory for recall later
49 50
      * M+ = add currently displayed value to the value in memorie (default = 0)