Explorar el Código

Updated methods in SciCalc

Trinh Tong hace 6 años
padre
commit
92b2a51ed1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      SciCalc.java

+ 1
- 0
SciCalc.java Ver fichero

@@ -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)