Hi, it seems multiplying large integers silently gives incorrect results instead of raising an error, at least in both interpreted and compiled programs on Android and interpreted programs in Windows. The incorrect results appear to differ by platform. The quick fix is to force a type conversion to real sooner rather than later, as seen with the calculation for R2.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, it seems multiplying large integers silently gives incorrect results instead of raising an error, at least in both interpreted and compiled programs on Android and interpreted programs in Windows. The incorrect results appear to differ by platform. The quick fix is to force a type conversion to real sooner rather than later, as seen with the calculation for R2.