md`## Calories burned: ${cal_func(weight_kg, height_cm, steps, 2, 2.8).toFixed(0)} kcal in ${time_func( height_cm, steps, 2).toFixed(0)} minutes to ${cal_func(weight_kg, height_cm, steps, 4, 5).toFixed(0)} kcal in ${time_func(height_cm, steps, 4).toFixed(0)} minutes.
<hr>
Calculations:`