@echopapa @atoponce I just tried it on chatGPT yesterday asking it to calculate 9.9 - 9.10 and it tried to convince me it was -0.2
@RAlpenstern @atoponce
seems to vary:
> please calculate 9.9 - 9.10
The result of subtracting 9.10 from 9.9 using Python is approximately 0.8. The small discrepancy (0.8000000000000007) is again due to floating-point arithmetic precision in computers.
anyway, I prefer using a calculator and not an LLM.
@RAlpenstern @atoponce
seems to vary:
> please calculate 9.9 - 9.10
The result of subtracting 9.10 from 9.9 using Python is approximately 0.8. The small discrepancy (0.8000000000000007) is again due to floating-point arithmetic precision in computers.
anyway, I prefer using a calculator and not an LLM.