I think you should scale the numbers up to integer...
# announcements
m
I think you should scale the numbers up to integers. That will avoid rounding errors. Instead of iterating 0.0 to 1.0 with a step of 0.1, you can iterate 0 to 10 with a step of 1.
🔁 1