Join Slack
Powered by
I think you should scale the numbers up to integer...
# announcements
m
marstran
03/06/2018, 3:28 PM
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
Open in Slack
Previous
Next