Total pp: Difference between revisions
Appearance
Created page with "Total pp is calculated by using the top 250 unique quotes on a user profile using this formula: pp_value is the actual pp_value of the given quote index is the ranking the pp_value got after sorting from high to low (index starts at 0 and goes up to 249) \[ \text{total\_pp} = \sum_{i=0}^{249} \left\lfloor \, pp\_value \cdot 0.97^{i} \, \right\rfloor \]" |
m use Latex to describe function |
||
Line 4: | Line 4: | ||
index is the ranking the pp_value got after sorting from high to low (index starts at 0 and goes up to 249) | index is the ranking the pp_value got after sorting from high to low (index starts at 0 and goes up to 249) | ||
<math>pp_{total} = \sum_{n=0}^{249} \left \lfloor pp_i * 0.97^i \right \rfloor</math> | |||
Revision as of 17:05, 10 September 2025
Total pp is calculated by using the top 250 unique quotes on a user profile using this formula:
pp_value is the actual pp_value of the given quote index is the ranking the pp_value got after sorting from high to low (index starts at 0 and goes up to 249)