From 2ee112c6b1fc8d00eda69e38a549686cda24ca23 Mon Sep 17 00:00:00 2001 From: Farrel Mahaztra Date: Wed, 20 Mar 2019 08:51:36 +0700 Subject: [PATCH] Add body text and link (#30475) Added informational content about calorie calculators, the equations behind them, and added link to an existing online implementation --- .../tools/calculators/calorie-calculator/index.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/guide/english/tools/calculators/calorie-calculator/index.md b/guide/english/tools/calculators/calorie-calculator/index.md index e355ec73023..f9656d9d330 100644 --- a/guide/english/tools/calculators/calorie-calculator/index.md +++ b/guide/english/tools/calculators/calorie-calculator/index.md @@ -3,13 +3,12 @@ title: Calorie Calculator --- ## Calorie Calculator -This is a stub. Help our community expand it. +A calorie calculator refers to a calculator that estimates the daily caloric requirements of a person given a number of variables, including weight, height, and age. -This quick style guide will help ensure your pull request gets accepted. - - +There are a number of equations that can be used in these calculators, and the end calculation and its accuracy may depend on which is used. A few of the most common ones include the Mifflin-St. Jeor equation and the Katch-McArdle formula. #### More Information: - +* [An online calorie calculator](https://www.calculator.net/calorie-calculator.html) +