c3d / db48x

RPL runtime for the DM42 calculator, in the spirit of HP48/49/50
http://48calc.org
GNU Lesser General Public License v3.0
113 stars 13 forks source link

Arbitrary-precision real numbers #27

Open c3d opened 1 year ago

c3d commented 1 year ago

Look at how newRPL does it. They implement up to 2000 digits. That should be sufficient for most use cases.

c3d commented 1 year ago

Note that this is more of a long-term feature. We might call it a 1.0 without that.