Closed TurboGit closed 9 years ago
After an RCL we are in a ResultState mode. After an EE we pass to an ExponentEntryState mode. After an INV-EE we should be adding decimals, probably hard to fix, but here is what a real TI does:
code display ============ 4 | 4 sto 01 | 4 clr | 0 rcl 01 | 4 ee | 4 00 2 | 4 02 inv ee | 4 02 3 | 4.3 02 = | 430
Fixed in version 2.6. Closing.
After an RCL we are in a ResultState mode. After an EE we pass to an ExponentEntryState mode. After an INV-EE we should be adding decimals, probably hard to fix, but here is what a real TI does: