1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-25 17:42:29 +02:00

Updated Body metric estimations (markdown)

Erik Johansson
2018-05-02 21:16:32 +02:00
parent 353993bbd2
commit 7a9f99613a

@@ -101,4 +101,9 @@ Female: (0.252 * WEIGHT) + (0.473 * BODY_HEIGHT) - 48.3
Male: (0.32810 * WEIGHT) + (0.33929 * BODY_HEIGHT) - 29.5336 <br>
Female: (0.29569 * WEIGHT) + (0.41813 * BODY_HEIGHT) - 43.2933</td>
</tr>
<tr>
<td>Weight - Body fat</td>
<td>Set lean body mass by subtracting the measured/estimated body fat from the weight.</td>
<td>WEIGHT - BODY_FAT</td>
</tr>
</table>