Join Slack
Powered by
``` start + nextIndex * step <= endInclusive ``...
# announcements
p
poohbar
03/06/2018, 3:46 PM
Copy code
start + nextIndex * step <= endInclusive
This is going to be a problem. You can't rely on equality with float. You are missing what precision should the comparison use.
Open in Slack
Previous
Next