1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

release v3.12.1.1

This commit is contained in:
gnosygnu
2016-12-04 21:03:42 -05:00
parent 4181cc6ec5
commit 6abb1c3847
59 changed files with 7339 additions and 3506 deletions

View File

@@ -107,13 +107,17 @@
The following formula is the basis for scaling:
</p>
<p>
<span id='xowa_math_txt_0'>newScore = \frac{oldScore - \text{min}(oldRange)} {\text{max}(oldRange)-\text{min}(oldRange)} \cdot (\text{max}(newRange)-\text{min}(newRange))</span>
<span id='xowa_math_txt_0'>
newScore = \frac{oldScore - \text{min}(oldRange)} {\text{max}(oldRange)-\text{min}(oldRange)} \cdot (\text{max}(newRange)-\text{min}(newRange))
</span>
</p>
<p>
Or, to use the example from above:
</p>
<p>
<span id='xowa_math_txt_0'>250 = \frac{100 - 0} {400-0} \cdot (1000-0)</span>
<span id='xowa_math_txt_0'>
250 = \frac{100 - 0} {400-0} \cdot (1000-0)
</span>
</p>
<h3>
<span class="mw-headline" id="Ranking">Ranking</span>