v1.09: bugfix for taking log/ln of a number with an exponent of 99

This commit is contained in:
Jeff Wang
2019-11-14 02:14:58 -05:00
parent 47459f5253
commit f25a71b74c
5 changed files with 40 additions and 7 deletions

View File

@ -125,7 +125,7 @@ static void latch_on(void)
__xdata char EntryBuf[MAX_CHARS_PER_LINE + 1];
__xdata uint8_t ExpBuf[2];
__xdata const char VER_STR[32+1] = "STC RPN Calculator v1.08";
__xdata const char VER_STR[32+1] = "STC RPN Calculator v1.09";
enum {