How Do You Calculate Lean Body Weight

Lean Body Weight Calculator: Calculate Your Lean Mass Easily :root { –primary-color: #004a99; –success-color: #28a745; –background-color: #f8f9fa; –text-color: #333; –secondary-text-color: #555; –border-color: #ddd; –card-background: #fff; –shadow-color: rgba(0, 0, 0, 0.1); } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: var(–text-color); background-color: var(–background-color); margin: 0; padding: 20px; display: flex; justify-content: center; } .container { max-width: 960px; width: 100%; background-color: var(–card-background); border-radius: 8px; box-shadow: 0 4px 15px var(–shadow-color); overflow: hidden; padding: 30px; box-sizing: border-box; } h1, h2, h3 { color: var(–primary-color); text-align: center; margin-bottom: 20px; } h1 { font-size: 2.2em; } h2 { font-size: 1.8em; margin-top: 30px; border-bottom: 2px solid var(–primary-color); padding-bottom: 5px; } h3 { font-size: 1.4em; margin-top: 25px; color: var(–secondary-text-color); } .loan-calc-container { background-color: var(–card-background); padding: 25px; border-radius: 8px; box-shadow: 0 2px 10px var(–shadow-color); margin-bottom: 30px; } .input-group { margin-bottom: 20px; text-align: left; } .input-group label { display: block; margin-bottom: 8px; font-weight: bold; color: var(–primary-color); } .input-group input[type="number"], .input-group select { width: calc(100% – 20px); padding: 12px 10px; border: 1px solid var(–border-color); border-radius: 5px; font-size: 1em; box-sizing: border-box; transition: border-color 0.3s ease; } .input-group input[type="number"]:focus, .input-group select:focus { border-color: var(–primary-color); outline: none; } .input-group .helper-text { font-size: 0.85em; color: var(–secondary-text-color); margin-top: 5px; display: block; } .error-message { color: #dc3545; font-size: 0.8em; margin-top: 5px; min-height: 1.2em; /* Reserve space for error message */ } .button-group { display: flex; gap: 10px; margin-top: 25px; justify-content: center; flex-wrap: wrap; } .btn { padding: 12px 25px; border: none; border-radius: 5px; font-size: 1em; font-weight: bold; cursor: pointer; transition: background-color 0.3s ease, transform 0.2s ease; margin: 5px; } .btn-primary { background-color: var(–primary-color); color: white; } .btn-primary:hover { background-color: #003366; transform: translateY(-2px); } .btn-secondary { background-color: var(–success-color); color: white; } .btn-secondary:hover { background-color: #218838; transform: translateY(-2px); } .btn-reset { background-color: #6c757d; color: white; } .btn-reset:hover { background-color: #5a6268; transform: translateY(-2px); } .btn-copy { background-color: #ffc107; color: #212529; } .btn-copy:hover { background-color: #e0a800; transform: translateY(-2px); } .result-container { margin-top: 30px; padding: 20px; background-color: var(–primary-color); color: white; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px var(–shadow-color); } .result-container h3 { color: white; margin-bottom: 15px; } .main-result { font-size: 2.5em; font-weight: bold; margin-bottom: 10px; } .intermediate-results div { margin-bottom: 8px; font-size: 1.1em; } .intermediate-results span { font-weight: bold; } .explanation { font-size: 0.9em; margin-top: 15px; opacity: 0.8; } table { width: 100%; border-collapse: collapse; margin-top: 20px; box-shadow: 0 2px 10px var(–shadow-color); } th, td { padding: 12px 15px; text-align: left; border: 1px solid var(–border-color); } th { background-color: var(–primary-color); color: white; font-weight: bold; } td { background-color: var(–card-background); } tbody tr:nth-child(even) td { background-color: #f0f0f0; } caption { font-size: 1.1em; font-weight: bold; color: var(–secondary-text-color); margin-bottom: 10px; caption-side: top; text-align: left; } canvas { max-width: 100%; height: auto; margin-top: 20px; display: block; margin-left: auto; margin-right: auto; border: 1px solid var(–border-color); border-radius: 5px; } .chart-legend { text-align: center; margin-top: 10px; font-size: 0.9em; color: var(–secondary-text-color); } .chart-legend span { margin: 0 10px; } .article-content { margin-top: 40px; padding-top: 30px; border-top: 1px solid var(–border-color); } .article-content p, .article-content ul, .article-content ol { margin-bottom: 20px; } .article-content h2, .article-content h3 { text-align: left; margin-top: 30px; } .article-content a { color: var(–primary-color); text-decoration: none; } .article-content a:hover { text-decoration: underline; } .article-content ul { padding-left: 20px; } .article-content li { margin-bottom: 10px; } .article-content table { margin-top: 15px; } .article-content table caption { text-align: center; } .faq-list .faq-item { margin-bottom: 15px; border-left: 3px solid var(–primary-color); padding-left: 10px; } .faq-list .faq-item h3 { margin-bottom: 5px; text-align: left; font-size: 1.2em; color: var(–primary-color); cursor: pointer; } .faq-list .faq-item p { display: none; /* Hidden by default */ margin-top: 5px; font-size: 0.95em; color: var(–secondary-text-color); } .faq-list .faq-item.open p { display: block; } .related-tools ul { list-style: none; padding: 0; } .related-tools li { margin-bottom: 15px; } .related-tools a { font-weight: bold; display: block; margin-bottom: 5px; } .related-tools p { font-size: 0.9em; color: var(–secondary-text-color); margin-bottom: 0; } .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted var(–secondary-text-color); cursor: help; } .tooltip .tooltiptext { visibility: hidden; width: 220px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -110px; opacity: 0; transition: opacity 0.3s; font-size: 0.8em; line-height: 1.4; } .tooltip .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; } @media (max-width: 768px) { .container { padding: 20px; } h1 { font-size: 1.8em; } h2 { font-size: 1.5em; } .btn { width: calc(50% – 10px); /* Two buttons per row on smaller screens */ } .button-group { justify-content: space-around; } .btn-group .btn { width: auto; /* Allow buttons to size appropriately */ } } @media (max-width: 480px) { .btn { width: 100%; /* Full width buttons on very small screens */ } .button-group { flex-direction: column; align-items: center; } }

Lean Body Weight Calculator

Calculate your lean body weight and understand your body composition.

Calculate Lean Body Weight

Enter your total body weight in kilograms (kg).
Enter your body fat percentage (%).

Your Lean Body Weight

— kg
Fat Mass: — kg
Lean Body Mass (LBM): — kg
Lean Body Mass Percentage: — %
Lean Body Weight (LBW) is your total body weight minus your body fat mass. It represents all the non-fat components of your body, including muscles, bones, organs, and water.

Body Composition Overview

■ Fat Mass ■ Lean Body Mass

Calculation Details

Component Value Unit
Total Body Weight kg
Body Fat Percentage %
Fat Mass kg
Lean Body Mass kg
Lean Body Mass Percentage %

What is Lean Body Weight?

Lean Body Weight (LBW), often referred to as Lean Body Mass (LBM), is a crucial metric in understanding your overall body composition. It represents the weight of everything in your body that isn't fat. This includes your muscles, bones, organs, skin, and essential bodily fluids. Essentially, it's your body's framework and functional components, distinct from adipose tissue (fat).

Who Should Monitor Their Lean Body Weight?

Monitoring your Lean Body Weight is beneficial for a wide range of individuals:

  • Athletes and Fitness Enthusiasts: For optimizing performance, managing training loads, and assessing progress, LBW is paramount. It helps differentiate between weight gain from muscle and weight gain from fat.
  • Individuals Managing Weight: When losing weight, it's vital to ensure that the weight lost is primarily fat, not muscle. A significant drop in LBW can signal unhealthy weight loss. Conversely, during bulking phases, tracking LBW helps confirm muscle gain.
  • Those with Specific Health Conditions: Certain medical conditions, such as sarcopenia (age-related muscle loss) or obesity, require close monitoring of body composition. LBW provides a clearer picture than total weight alone.
  • General Health-Conscious Individuals: Understanding your LBW contributes to a holistic view of your health, helping to set realistic fitness goals and promote long-term well-being.

Common Misconceptions about Lean Body Weight

Several myths surround LBW:

  • "Lean Body Weight is just muscle mass": While muscle is a significant component, LBW includes bones, organs, and water too.
  • "Higher LBW always means better health": While generally associated with good health, excessively high LBW without proportionate body fat could indicate specific conditions. Balance is key.
  • "LBW is static": LBW can and does change with exercise, diet, age, and health status. It's dynamic and responsive to lifestyle interventions.

{primary_keyword} Formula and Mathematical Explanation

Calculating your Lean Body Weight is a straightforward process once you have your total body weight and body fat percentage. The formula essentially separates your body's components into fat mass and fat-free mass (Lean Body Weight).

Step-by-Step Derivation:

  1. Calculate Fat Mass: First, determine the amount of fat your body carries. This is done by multiplying your total body weight by your body fat percentage.
  2. Calculate Lean Body Weight: Subtract the calculated Fat Mass from your Total Body Weight. The remaining weight is your Lean Body Weight.

Variable Explanations:

The core variables used in the calculation are:

  • Total Body Weight: The overall weight of your body, measured in kilograms (kg) or pounds (lbs).
  • Body Fat Percentage (%): The proportion of your total body weight that is composed of fat tissue.
  • Fat Mass (kg or lbs): The absolute weight of fat in your body.
  • Lean Body Weight (LBW) (kg or lbs): The absolute weight of your body's fat-free mass.
  • Lean Body Mass Percentage (%): The proportion of your total body weight that is composed of lean body mass.

Variables Table:

Variables Used in Lean Body Weight Calculation
Variable Meaning Unit Typical Range (Example)
Total Body Weight Your complete body mass. kg (or lbs) 45 – 150+ kg
Body Fat Percentage Percentage of body weight that is fat. % 5 – 40% (Varies greatly by sex, age, fitness)
Fat Mass Absolute weight of fat tissue. kg (or lbs) 5 – 50+ kg
Lean Body Weight (LBW) Weight of non-fat components (muscle, bone, organs, etc.). kg (or lbs) 40 – 100+ kg
Lean Body Mass Percentage Percentage of body weight that is lean mass. % 60 – 95%

Formulas:

The mathematical formulas are as follows:

Fat Mass = Total Body Weight × (Body Fat Percentage / 100)

Lean Body Weight = Total Body Weight – Fat Mass

Lean Body Mass Percentage = (Lean Body Weight / Total Body Weight) × 100

Practical Examples (Real-World Use Cases)

Example 1: A Male Athlete

Meet Alex, a dedicated runner aiming to improve his performance. He weighs 80 kg and has a body fat percentage of 15%.

Inputs:

  • Total Body Weight: 80 kg
  • Body Fat Percentage: 15%

Calculations:

  • Fat Mass = 80 kg × (15 / 100) = 12 kg
  • Lean Body Weight = 80 kg – 12 kg = 68 kg
  • Lean Body Mass Percentage = (68 kg / 80 kg) × 100 = 85%

Interpretation:

Alex has a Lean Body Weight of 68 kg. This indicates that a significant portion of his weight is muscle, bone, and other essential tissues, which is advantageous for athletic performance. His 85% LBW is a healthy indicator for an active male.

Example 2: A Woman Focusing on Health

Sarah is focused on improving her health and wants to understand her body composition. She weighs 65 kg and her body fat percentage is 30%.

Inputs:

  • Total Body Weight: 65 kg
  • Body Fat Percentage: 30%

Calculations:

  • Fat Mass = 65 kg × (30 / 100) = 19.5 kg
  • Lean Body Weight = 65 kg – 19.5 kg = 45.5 kg
  • Lean Body Mass Percentage = (45.5 kg / 65 kg) × 100 = 70%

Interpretation:

Sarah's Lean Body Weight is 45.5 kg. Her 70% LBW suggests there's an opportunity to increase her muscle mass through strength training and potentially adjust her diet. This information empowers her to set goals focused on building lean mass and reducing body fat for better overall health and metabolism.

How to Use This {primary_keyword} Calculator

Our Lean Body Weight Calculator is designed for simplicity and accuracy. Follow these steps to get your results:

  1. Enter Total Body Weight: In the "Total Body Weight" field, input your current weight in kilograms (kg). Ensure you are using an accurate scale for the best results.
  2. Enter Body Fat Percentage: In the "Body Fat Percentage" field, enter the percentage of body fat you have. This can be obtained from body composition scales, calipers, or other measurement methods.
  3. Click Calculate: Once you've entered both values, click the "Calculate" button.

How to Read Results:

  • Primary Result (Lean Body Weight): The most prominent number displayed is your calculated Lean Body Weight in kilograms (kg).
  • Intermediate Values: Below the main result, you'll see your calculated Fat Mass, Lean Body Mass (which is the same as LBW), and your Lean Body Mass Percentage.
  • Chart: The bar chart visually represents the proportion of your total weight that is fat versus lean mass.
  • Table: The table provides a clear breakdown of all input and calculated values for easy reference.

Decision-Making Guidance:

Use your results to inform your fitness and health goals:

  • If your goal is fat loss: Focus on reducing body fat percentage while maintaining or increasing your LBW. A declining LBW during weight loss might indicate muscle loss, suggesting a need to adjust diet (ensure adequate protein) and incorporate strength training.
  • If your goal is muscle gain: Aim to increase your LBW. This typically involves a combination of strength training and a caloric surplus with sufficient protein intake. Monitor your body fat percentage to ensure lean gains.
  • For general health: Aim for a healthy body fat percentage for your age and sex, which generally correlates with a higher LBW. Consult health professionals for personalized targets.

Key Factors That Affect {primary_keyword} Results

Several physiological and lifestyle factors influence your Lean Body Weight and body fat percentage, which in turn affect your LBW calculation:

  1. Age: As we age, muscle mass tends to decrease naturally, potentially lowering LBW if not actively maintained through exercise. Bone density can also be affected.
  2. Sex: Biological sex plays a role in body composition. Men typically have higher muscle mass and bone density than women, leading to generally higher LBW and LBW percentages.
  3. Genetics: Your genetic makeup influences your predisposition to gain muscle or store fat, impacting your baseline body composition.
  4. Diet and Nutrition: Adequate protein intake is crucial for muscle repair and growth, directly supporting LBW. Caloric intake affects overall weight and body fat levels. Deficiencies can lead to muscle breakdown.
  5. Physical Activity and Exercise Type: Strength training is a primary driver for increasing muscle mass and thus LBW. Endurance training can help manage body fat. Consistency and intensity are key.
  6. Hormonal Balance: Hormones like testosterone and growth hormone play significant roles in muscle development and fat storage. Imbalances can skew body composition.
  7. Sleep Quality and Stress Levels: Poor sleep and chronic stress can negatively impact hormone regulation, muscle recovery, and fat storage, indirectly affecting LBW and body fat percentage over time.
  8. Hydration: Water constitutes a significant portion of lean body mass. Dehydration can temporarily affect measurements and overall cellular function.

Frequently Asked Questions (FAQ)

What is the difference between Lean Body Weight and Muscle Mass?

Lean Body Weight (LBW) is a broader term that includes muscle mass, bone mass, organ mass, and water. Muscle mass is just one component of LBW.

How accurate are body fat percentage measurements?

The accuracy varies greatly depending on the method used (e.g., bioelectrical impedance scales, calipers, DEXA scans). DEXA scans are considered the gold standard but are less accessible. Home scales and calipers provide estimates that can be useful for tracking trends but may have significant margins of error.

Is it possible to have too much Lean Body Weight?

While generally associated with good health, extremely high LBW might sometimes be linked to specific genetic conditions or performance-enhancing drug use. For most individuals, focusing on increasing LBW through healthy means is beneficial.

My Lean Body Weight decreased when I lost weight. Is this bad?

It can be a concern if a significant portion of your weight loss is from LBW, as this indicates muscle loss. This often happens with rapid weight loss or crash diets lacking sufficient protein and strength training. Aim for gradual weight loss (0.5-1 kg per week) where fat mass is the primary contributor.

How often should I measure my Lean Body Weight?

For tracking progress, measuring every 1-3 months is usually sufficient. More frequent measurements (e.g., weekly) might show fluctuations due to hydration or recent meals and might not reflect true body composition changes.

Can I calculate Lean Body Weight without knowing my body fat percentage?

Not accurately. While some formulas attempt to estimate LBW using only weight and height (like some older military formulas), they are less precise. Knowing your body fat percentage is essential for the standard LBW calculation.

What is considered a "good" Lean Body Mass Percentage?

This varies significantly by sex, age, and fitness level. Generally, for men, 75-90% LBW is considered good to excellent. For women, 60-80% is a common healthy range. Consult fitness professionals or reliable health resources for age-specific benchmarks.

Does Lean Body Weight change daily?

Your total body weight can fluctuate daily due to hydration, food intake, and waste elimination. However, significant changes in actual Lean Body Weight (muscle, bone) take time and are typically influenced by consistent training and nutrition, not daily habits.

var bodyWeightInput = document.getElementById("bodyWeight"); var bodyFatPercentageInput = document.getElementById("bodyFatPercentage"); var resultsSection = document.getElementById("resultsSection"); var mainResultDiv = document.getElementById("mainResult"); var fatMassResultSpan = document.getElementById("fatMassResult"); var leanBodyMassResultSpan = document.getElementById("leanBodyMassResult"); var lbmPercentageResultSpan = document.getElementById("lbmPercentageResult"); var tableTotalWeight = document.getElementById("tableTotalWeight"); var tableBodyFatPercent = document.getElementById("tableBodyFatPercent"); var tableFatMass = document.getElementById("tableFatMass"); var tableLeanMass = document.getElementById("tableLeanMass"); var tableLbmPercent = document.getElementById("tableLbmPercent"); var compositionChart = null; var chartContext = null; var myChart = null; function validateInput(elementId, errorElementId, minValue, maxValue) { var input = document.getElementById(elementId); var errorElement = document.getElementById(errorElementId); var value = parseFloat(input.value); errorElement.textContent = ""; // Clear previous error if (isNaN(value)) { errorElement.textContent = "Please enter a valid number."; return false; } if (value 100) { errorElement.textContent = "Percentage cannot exceed 100%."; return false; } if (elementId === "bodyWeight" && value < 10) { // Arbitrary minimum for realistic weight errorElement.textContent = "Please enter a realistic body weight."; return false; } return true; } function calculateLeanBodyWeight() { var isValidWeight = validateInput("bodyWeight", "bodyWeightError"); var isValidFat = validateInput("bodyFatPercentage", "bodyFatPercentageError"); if (!isValidWeight || !isValidFat) { resultsSection.style.display = "none"; return; } var bodyWeight = parseFloat(bodyWeightInput.value); var bodyFatPercentage = parseFloat(bodyFatPercentageInput.value); var fatMass = bodyWeight * (bodyFatPercentage / 100); var leanBodyMass = bodyWeight – fatMass; var lbmPercentage = (leanBodyMass / bodyWeight) * 100; // Display results mainResultDiv.textContent = bodyWeight.toFixed(1) + " kg"; // Primary focus is total weight for context fatMassResultSpan.textContent = fatMass.toFixed(1) + " kg"; leanBodyMassResultSpan.textContent = leanBodyMass.toFixed(1) + " kg"; lbmPercentageResultSpan.textContent = lbmPercentage.toFixed(1) + " %"; // Update table tableTotalWeight.textContent = bodyWeight.toFixed(1); tableBodyFatPercent.textContent = bodyFatPercentage.toFixed(1); tableFatMass.textContent = fatMass.toFixed(1); tableLeanMass.textContent = leanBodyMass.toFixed(1); tableLbmPercent.textContent = lbmPercentage.toFixed(1); // Update chart updateChart(fatMass, leanBodyMass); resultsSection.style.display = "block"; } function updateChart(fatMass, leanBodyMass) { chartContext = document.getElementById("compositionChart").getContext("2d"); if (myChart) { myChart.destroy(); // Destroy previous chart instance } myChart = new Chart(chartContext, { type: 'bar', data: { labels: ['Body Composition'], datasets: [{ label: 'Fat Mass', data: [fatMass], backgroundColor: 'var(–primary-color)', borderColor: 'var(–primary-color)', borderWidth: 1 }, { label: 'Lean Body Mass', data: [leanBodyMass], backgroundColor: 'var(–success-color)', borderColor: 'var(–success-color)', borderWidth: 1 }] }, options: { responsive: true, maintainAspectRatio: false, scales: { y: { beginAtZero: true, title: { display: true, text: 'Weight (kg)' } } }, plugins: { legend: { display: false // Legend is shown in separate div }, title: { display: true, text: 'Fat Mass vs. Lean Body Mass' } } } }); } function resetForm() { bodyWeightInput.value = "75"; // Sensible default bodyFatPercentageInput.value = "20"; // Sensible default document.getElementById("bodyWeightError").textContent = ""; document.getElementById("bodyFatPercentageError").textContent = ""; resultsSection.style.display = "none"; if (myChart) { myChart.destroy(); myChart = null; } // Clear table and results display manually for full reset mainResultDiv.textContent = "– kg"; fatMassResultSpan.textContent = "– kg"; leanBodyMassResultSpan.textContent = "– kg"; lbmPercentageResultSpan.textContent = "– %"; tableTotalWeight.textContent = "–"; tableBodyFatPercent.textContent = "–"; tableFatMass.textContent = "–"; tableLeanMass.textContent = "–"; tableLbmPercent.textContent = "–"; } function copyResults() { var mainResult = mainResultDiv.textContent; var fatMass = fatMassResultSpan.textContent; var leanBodyMass = leanBodyMassResultSpan.textContent; var lbmPercentage = lbmPercentageResultSpan.textContent; var bodyWeightVal = tableTotalWeight.textContent; var bodyFatPercVal = tableBodyFatPercent.textContent; var textToCopy = "— Lean Body Weight Calculation —\n\n"; textToCopy += "Inputs:\n"; textToCopy += "- Total Body Weight: " + bodyWeightVal + " kg\n"; textToCopy += "- Body Fat Percentage: " + bodyFatPercVal + " %\n\n"; textToCopy += "Results:\n"; textToCopy += "- Lean Body Weight: " + leanBodyMass + "\n"; textToCopy += "- Fat Mass: " + fatMass + "\n"; textToCopy += "- Lean Body Mass Percentage: " + lbmPercentage + "\n\n"; textToCopy += "Formula Used:\n"; textToCopy += "Fat Mass = Total Body Weight * (Body Fat Percentage / 100)\n"; textToCopy += "Lean Body Weight = Total Body Weight – Fat Mass\n"; textToCopy += "Lean Body Mass Percentage = (Lean Body Weight / Total Body Weight) * 100\n"; if (navigator.clipboard && window.isSecureContext) { navigator.clipboard.writeText(textToCopy).then(function() { alert("Results copied to clipboard!"); }).catch(function(err) { console.error("Failed to copy: ", err); fallbackCopyTextToClipboard(textToCopy); }); } else { fallbackCopyTextToClipboard(textToCopy); } } function fallbackCopyTextToClipboard(text) { var textArea = document.createElement("textarea"); textArea.value = text; textArea.style.position = "fixed"; textArea.style.left = "-9999px"; document.body.appendChild(textArea); textArea.focus(); textArea.select(); try { var successful = document.execCommand('copy'); var msg = successful ? 'successful' : 'unsuccessful'; alert('Results copied to clipboard! (' + msg + ')'); } catch (err) { alert('Oops, unable to copy'); } document.body.removeChild(textArea); } function toggleFaq(element) { var parent = element.parentElement; parent.classList.toggle('open'); } // Initial calculation on load if default values are present document.addEventListener('DOMContentLoaded', function() { // Attach input event listeners for real-time updates bodyWeightInput.addEventListener('input', function() { if (resultsSection.style.display === "block") { calculateLeanBodyWeight(); } }); bodyFatPercentageInput.addEventListener('input', function() { if (resultsSection.style.display === "block") { calculateLeanBodyWeight(); } }); // Load Chart.js library dynamically var script = document.createElement('script'); script.src = 'https://cdn.jsdelivr.net/npm/chart.js'; script.onload = function() { console.log('Chart.js loaded'); // Optionally trigger initial calc if you want chart on load // calculateLeanBodyWeight(); }; script.onerror = function() { console.error('Failed to load Chart.js'); }; document.head.appendChild(script); }); // Override default form submission to prevent page reload document.getElementById('leanBodyWeightForm').addEventListener('submit', function(event) { event.preventDefault(); calculateLeanBodyWeight(); });

Leave a Comment