O Ilusionista
Captain 100K
Maybe I am wrong, but no.so this < 5 is around 55% ?
if i want 10% i should do >= 40?
The range between -50 to 50 have 101 values (including 0). When I say "<5" I mean the range between 5 and -5 = 10 values (4, 3, 2, 1, 0, -1, -2, -3, -4, -5). If I put <=5, it would be 11 values.
So, if we have 100 values and it happens just on 10 values = 10% (100/10). if you wan, say, 20%, you should use "<10".
Got it?