HP Forums
CASIO fx-G50 Python - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not remotely HP Calculators (/forum-9.html)
+--- Thread: CASIO fx-G50 Python (/thread-17553.html)



CASIO fx-G50 Python - lrdheat - 10-06-2021 09:07 PM

I noticed that the manual for the CASIO fx-CG50 states that the accuracy of calculations utilizing Python differs from that of the calculator. How it differs was not stated. Does anyone on the forum know?


RE: CASIO fx-G50 Python - ijabbott - 10-06-2021 10:07 PM

I think the MicroPython port uses IEEE-754 double precision binary format.

Here's an example calculation:
Code:
>>>1.0000000000000002-1
2.22044604925031e-16
(The given result is 2^-52)