TurboGit / ti5x_android

TI-58C/TI-59 calculator emulator for Android
Other
15 stars 5 forks source link

RCL and EE #2

Closed TurboGit closed 9 years ago

TurboGit commented 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
TurboGit commented 9 years ago

Fixed in version 2.6. Closing.