Why wouldn't it just be continuous? Are votes integers-only? Why need a minimum at all?
pseudo_vote = float(boost) / 5000
5000 is the minimum, but you can do any amount over that. It’s continuous.
Doing anything less than 5000 just wouldn’t make sense. It’d be a foot gun.
reply