So far I have come across two bugs:
1. If min rating is 1600 and max is 1699 - you will get an error message:
This is correct behaviour. There are 100 values between 1600 and 1699. However, range is defined as the difference between the maximum and the minimum values - so it is only 99 in this case.
This is the exclusive minimum - but I'll give you that one!
So far I have come across two bugs:
1. If min rating is 1600 and max is 1699 - you will get an error message: