Skip to content

Commit

Permalink
Revises Percentile Info Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Step7750 committed Mar 18, 2019
1 parent f5bb3e6 commit 7814437
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,14 +260,15 @@ class Filters {
</ul>
<li>percentile(rank)</li>
<ul>
<li>Returns true if the skin's float is in the given percentile</li>
<li>Returns true if the skin's float is in the given percentile, lower floats are considered "better"</li>
<li>This takes into account the range of the wear and specific per-skin range</li>
<li>Note: This assumes that floats are distributed evenly</li>
</ul>
<li>percentileRange(minRank, maxRank)</li>
<ul>
<li>Returns true if the skin's float is in the given percentile range</li>
<li>Note: This takes into account per-skin float ranges and assumes that floats are distributed evenly</li>
<li>This takes into account the range of the wear and specific per-skin range</li>
<li>Note: This assumes that floats are distributed evenly</li>
</ul>
<li>abs(x)</li>
<ul>
Expand Down

0 comments on commit 7814437

Please sign in to comment.