diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-13 23:44:16 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-13 23:44:16 +0200 |
| commit | 0f5f1ade0b446cffc2a1546dab5e5677f83c520a (patch) | |
| tree | 699aca2687a2a98614e1336835a515a93c5fc60d /README.md | |
| parent | 8f10267e2df7a02ade125f066c17c5fd72ebf159 (diff) | |
perf(xp): simplify function LevelXP
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ Functions: message (number of different rune) - $xp-vocal(x)=0.01 x^{1.3}+1$ where $x$ is the time spent in vocal (in second) - $level(x)=0.2 \sqrt{x}$ where $x$ is the xp -- $level^{-1}(x)=(5x)^2$ where $x$ is the level +- $level^{-1}(x)=25x^2$ where $x$ is the level ## Installation |
