07-09-2023, 05:00 PM
As reported at the other forum:
The D notation is off by 1 power of 10.
Code: (Select All)
Print (1D+17) * (1D+17) ' <<< the buggy one!
Print (1E+17) * (1E+17) ' E gets it right
The D notation is off by 1 power of 10.
b = b + ...