https://www.tapatalk.com/groups/qbasic/viewtopic.php?p=212679#p212679The second one of the two on that page is the most updated one I have. It matches the last build in my QB64 database.
It would need a lot more additions to use as a calculator, log functions, exponents, square roots, etc. This was something it looks like I did a year ago, for fun. Since I have no practical use for it, I moved on to other things, as just what was mentioned above would have nearly doubled the program size.
Computers suck at math, which is just so ironic, but obviously programmers found ways around this base two challenge to produce working calculator apps.
Since I just decided to manipulate numbers as strings, I never explored any other possible non-string converting methods, although I did work a bit with large data types like _INTEGER64 and _FLOAT, but eventually they break, too.
Pete