Looking in the jQuery core I found the following code convention:
nth: function(elem, i, match){ return match[3] - 0 === i; },
And I wa
If it's not an old relic that got lost, then it just tries to change the type to Number.