05-30-2024, 04:18 AM
Thanks for the insights everyone. Sorry to have reported this as a possible bug. And yes, this is interesting:
Interesting.
f = 2 / 454
x = 227 * f
yields .9999999
while
x = (2 / 454) * 227
yields 1.
Knowing this perhaps I can rework the code to report the exact time of change again if ever needed.
Interesting.
f = 2 / 454
x = 227 * f
yields .9999999
while
x = (2 / 454) * 227
yields 1.
Knowing this perhaps I can rework the code to report the exact time of change again if ever needed.