Calculate Your Weight on Planets

Calculate Your Weight on Planets | What Will You Weigh? :root { –primary-color: #004a99; –success-color: #28a745; –background-color: #f8f9fa; –text-color: #333; –secondary-text-color: #666; –border-color: #ddd; –card-background: #ffffff; –shadow: 0 2px 10px rgba(0,0,0,0.08); } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: var(–background-color); color: var(–text-color); line-height: 1.6; margin: 0; padding: 0; } .container { max-width: 960px; margin: 30px auto; padding: 20px; background-color: var(–card-background); border-radius: 8px; box-shadow: var(–shadow); } header { text-align: center; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(–border-color); } header h1 { color: var(–primary-color); margin-bottom: 10px; } .intro-summary { font-size: 1.1em; color: var(–secondary-text-color); margin-bottom: 30px; } .calculator-section { margin-bottom: 40px; padding: 30px; background-color: var(–card-background); border-radius: 8px; box-shadow: var(–shadow); text-align: center; } .calculator-section h2 { color: var(–primary-color); margin-bottom: 20px; } .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% – 22px); padding: 10px; border: 1px solid var(–border-color); border-radius: 4px; font-size: 1em; box-sizing: border-box; } .input-group .helper-text { font-size: 0.85em; color: var(–secondary-text-color); margin-top: 5px; } .input-group .error-message { color: #dc3545; font-size: 0.9em; margin-top: 5px; display: block; min-height: 1.2em; /* Reserve space */ } .button-group { margin-top: 30px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .button-group button { padding: 12px 25px; border: none; border-radius: 4px; font-size: 1em; font-weight: bold; cursor: pointer; transition: background-color 0.3s ease; min-width: 150px; } .button-group .calculate-btn { background-color: var(–primary-color); color: white; } .button-group .calculate-btn:hover { background-color: #003366; } .button-group .reset-btn { background-color: var(–secondary-text-color); color: white; } .button-group .reset-btn:hover { background-color: #5a6268; } .button-group .copy-btn { background-color: #ffc107; color: #212529; } .button-group .copy-btn:hover { background-color: #e0a800; } .results-section { margin-top: 30px; padding: 30px; background-color: var(–card-background); border-radius: 8px; box-shadow: var(–shadow); } .results-section h2 { color: var(–primary-color); margin-bottom: 20px; } #main-result { font-size: 2em; font-weight: bold; color: var(–success-color); background-color: #e9ecef; padding: 15px 20px; border-radius: 5px; margin-bottom: 20px; display: inline-block; /* To allow background to fit content */ min-width: 50%; text-align: center; } .intermediate-results, .formula-explanation { margin-top: 15px; font-size: 1.05em; color: var(–secondary-text-color); } .intermediate-results span { font-weight: bold; color: var(–primary-color); } .formula-explanation { font-style: italic; border-top: 1px dashed var(–border-color); padding-top: 15px; margin-top: 20px; } .data-table-section, .chart-section { margin-top: 40px; padding: 30px; background-color: var(–card-background); border-radius: 8px; box-shadow: var(–shadow); } .data-table-section h2, .chart-section h2 { color: var(–primary-color); margin-bottom: 20px; } caption { font-size: 1.2em; font-weight: bold; color: var(–primary-color); margin-bottom: 15px; caption-side: top; text-align: left; } table { width: 100%; border-collapse: collapse; margin-bottom: 20px; } th, td { padding: 12px 15px; text-align: left; border: 1px solid var(–border-color); } thead th { background-color: var(–primary-color); color: white; font-weight: bold; } tbody tr:nth-child(even) { background-color: #f2f2f2; } canvas { display: block; margin: 0 auto; max-width: 100%; height: auto; } .chart-legend { text-align: center; margin-top: 15px; font-size: 0.95em; color: var(–secondary-text-color); } .chart-legend span { display: inline-block; margin: 0 10px; position: relative; padding-left: 15px; } .chart-legend span::before { content: "; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; } .legend-earth::before { background-color: var(–primary-color); } .legend-other::before { background-color: #6c757d; } article { margin-top: 40px; padding: 30px; background-color: var(–card-background); border-radius: 8px; box-shadow: var(–shadow); } article h2, article h3 { color: var(–primary-color); margin-top: 25px; margin-bottom: 15px; } article h3 { margin-top: 20px; margin-bottom: 10px; font-size: 1.3em; } article p { margin-bottom: 15px; } article ul { margin-left: 20px; margin-bottom: 15px; padding-left: 10px; } article li { margin-bottom: 8px; } article a { color: var(–primary-color); text-decoration: none; font-weight: bold; } article a:hover { text-decoration: underline; } .faq-list dt { font-weight: bold; color: var(–primary-color); margin-top: 15px; margin-bottom: 5px; } .faq-list dd { margin-left: 20px; margin-bottom: 10px; } .related-tools { margin-top: 30px; padding: 20px; background-color: #e9ecef; border-radius: 5px; } .related-tools h3 { margin-top: 0; color: var(–primary-color); margin-bottom: 15px; } .related-tools ul { list-style: none; padding: 0; margin: 0; } .related-tools li { margin-bottom: 10px; } .related-tools a { font-weight: normal; } .related-tools a:hover { text-decoration: underline; } .related-tools .explanation { font-size: 0.9em; color: var(–secondary-text-color); display: block; margin-top: 3px; } footer { text-align: center; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(–border-color); font-size: 0.9em; color: var(–secondary-text-color); } @media (max-width: 768px) { .container { margin: 15px; padding: 15px; } .button-group { flex-direction: column; align-items: center; } .button-group button { width: 80%; max-width: 300px; } #main-result { min-width: 80%; font-size: 1.8em; } }

Calculate Your Weight on Planets

Discover how much you would weigh on different celestial bodies in our solar system and beyond using our interactive gravity calculator.

Gravity Weight Calculator

Enter your current weight as measured on Earth.
Mercury Venus Earth (for reference) Moon (Earth's) Mars Jupiter Saturn Uranus Neptune Pluto (Dwarf Planet) Sun Choose the location where you want to calculate your weight.

Your Weight Results

— kg
Your weight on would be approximately:

Earth Reference Weight: kg
Gravitational Factor:
Difference from Earth: kg
Formula: Weight on Planet = Your Earth Weight * (Planet's Surface Gravity / Earth's Surface Gravity)

Planetary Gravity Data

Surface Gravity Relative to Earth
Celestial Body Surface Gravity (m/s²) Gravity Relative to Earth (g) Typical Weight Factor

Weight Comparison Chart

Your Earth Weight Your Weight on Planet

What is Calculate Your Weight on Planets?

{primary_keyword} is a fascinating concept that explores how the force of gravity on different planets and celestial bodies affects the perceived weight of an object or person. While your mass (the amount of matter in your body) remains constant, your weight (the force exerted on your mass by gravity) changes depending on the gravitational pull of the location. This {primary_keyword} tool allows you to input your Earth weight and see how it translates to various planets in our solar system and even some other notable bodies.

Who Should Use This Tool?

Anyone with a curiosity about space, physics, or simply how different environments would feel is encouraged to use this {primary_keyword} calculator. It's particularly useful for:

  • Students learning about gravity and physics.
  • Space enthusiasts who want a tangible way to understand planetary differences.
  • Educators looking for an engaging tool to illustrate scientific concepts.
  • Anyone who has ever wondered, "What would I weigh on Mars?"

Common Misconceptions

A frequent misunderstanding is the difference between mass and weight. Your mass, measured in kilograms (kg), is the same everywhere. Your weight, often measured in Newtons (N) or colloquially in kilograms-force (kgf), is the result of your mass being pulled by gravity. This {primary_keyword} tool primarily focuses on the change in perceived weight due to varying gravitational forces, using kilograms as a relatable unit for your "weight" on other planets, although technically it's the force equivalent.

{primary_keyword} Formula and Mathematical Explanation

The core principle behind calculating your weight on another planet relies on understanding the ratio of gravitational forces. Here's a breakdown of the {primary_keyword} formula:

The Formula

Weight on Planet = Your Earth Weight * (Planet's Surface Gravity / Earth's Surface Gravity)

Variable Explanations

Let's break down the components:

  • Your Earth Weight: This is the baseline measurement of your mass's interaction with Earth's gravity. It's what you typically step onto a scale to measure.
  • Planet's Surface Gravity: This is the acceleration due to gravity at the surface of the celestial body you're interested in (e.g., Mars, Jupiter). It's often expressed in meters per second squared (m/s²).
  • Earth's Surface Gravity: This is the standard acceleration due to gravity at Earth's surface, approximately 9.80665 m/s².

Variables Table

Key Variables in {primary_keyword} Calculation
Variable Meaning Unit Typical Range (Relative to Earth)
Your Earth Weight Your mass's gravitational force on Earth kg (User Defined, e.g., 50 – 150 kg)
Planet's Surface Gravity Gravitational acceleration at the surface m/s² (0.16 to 24.79 m/s² across solar system)
Earth's Surface Gravity Standard gravitational acceleration on Earth m/s² ~9.81 m/s² (1g)
Weight on Planet Calculated perceived weight on the target body kg (equivalent force) Varies significantly
Gravitational Factor Ratio of planet's gravity to Earth's gravity Unitless (0.16 to 2.52, relative)
Difference from Earth Absolute change in weight from Earth kg Varies significantly

Practical Examples (Real-World Use Cases)

Let's illustrate with a couple of practical examples using the {primary_keyword} calculator:

Example 1: A Typical Astronaut on Mars

Imagine an astronaut whose weight on Earth is 80 kg. They are curious about how they would feel on the surface of Mars.

  • Input: Earth Weight = 80 kg
  • Selected Planet: Mars
  • Calculation: Mars' surface gravity is approximately 3.71 m/s², which is about 0.38 times Earth's gravity (0.38g).
  • Result: Weight on Mars = 80 kg * (3.71 / 9.81) ≈ 80 kg * 0.38 ≈ 30.4 kg.
  • Interpretation: The astronaut would feel significantly lighter on Mars, weighing only about 30.4 kg. This lighter feeling is crucial for mobility and the design of spacesuits and equipment for Martian exploration. The lower gravity impacts movement, jumping ability, and even the physiological effects on the body over extended stays. Understanding this is vital for mission planning.

Example 2: A Heavy Object on Jupiter

Consider a large piece of equipment weighing 1000 kg on Earth. What would its effective weight be on Jupiter, the largest planet in our solar system?

  • Input: Earth Weight = 1000 kg
  • Selected Planet: Jupiter
  • Calculation: Jupiter's surface gravity is about 24.79 m/s², roughly 2.53 times Earth's gravity (2.53g).
  • Result: Weight on Jupiter = 1000 kg * (24.79 / 9.81) ≈ 1000 kg * 2.53 ≈ 2530 kg.
  • Interpretation: The equipment would weigh a staggering 2530 kg on Jupiter. This immense weight is a critical factor for any hypothetical mission attempting to land on or even orbit Jupiter closely, as it would place enormous stress on spacecraft structures. It highlights the extreme differences in planetary environments and the fundamental role of gravity. Comparing this to the weight on Jupiter helps visualize astronomical scale.

How to Use This {primary_keyword} Calculator

Using the {primary_keyword} calculator is straightforward and designed for immediate insight:

  1. Enter Your Earth Weight: In the first input field, type your current weight in kilograms (kg) as you would measure it on Earth.
  2. Select a Celestial Body: Use the dropdown menu to choose the planet, moon, or sun for which you want to calculate your weight.
  3. Calculate: Click the "Calculate" button.

How to Read Results

Upon clicking "Calculate," you will see:

  • Main Result: The primary display shows your calculated weight in kilograms (kg) on the selected celestial body.
  • Intermediate Values:
    • Planet Name Result: Confirms the celestial body you selected.
    • Earth Reference Weight: Repeats your input for clarity.
    • Gravitational Factor: This unitless number shows how the gravity of the selected body compares to Earth's (e.g., 0.38 means the gravity is 38% of Earth's).
    • Difference from Earth: Indicates how much heavier or lighter you are in kg compared to your Earth weight.
  • Formula Explanation: A brief plain-language explanation of the calculation used.
  • Data Table: A table provides the specific surface gravity and weight factor for all celestial bodies.
  • Chart: A visual comparison of your weight on Earth versus your weight on the selected planet.

Decision-Making Guidance

While this calculator is primarily for illustrative purposes, the results can help inform your understanding of space exploration challenges. For instance, lower gravity means less structural support is needed for landing craft, but it also poses long-term physiological challenges for astronauts. Conversely, higher gravity requires robust engineering to withstand the forces involved. Use the results to grasp the immense physical differences between worlds.

Key Factors That Affect {primary_keyword} Results

The calculation for {primary_keyword} is primarily driven by one core physical property, but understanding the context involves several factors:

  1. Mass of the Celestial Body: A more massive planet generally exerts a stronger gravitational pull. This is the fundamental reason Jupiter's gravity is much higher than Mars'.
  2. Radius of the Celestial Body: Gravity's strength also depends on distance from the center of mass. If two planets had the same mass, the smaller one (with a smaller radius) would have stronger surface gravity because you'd be closer to its center.
  3. Composition and Density: While mass is dominant, the distribution of mass (density) plays a role in how gravity behaves across the surface, though for simplified calculations, we often use an average surface gravity value.
  4. Atmospheric Pressure: While not directly affecting your *weight* (which is a force calculation based on mass and gravity), a thick atmosphere can create buoyancy effects or aerodynamic drag, influencing how you *feel* or move. This calculator focuses purely on gravitational pull.
  5. Orbital Mechanics: Your weight on a body also assumes you are stationary on its surface. If you are in orbit, you experience freefall, leading to apparent weightlessness, a concept distinct from surface gravity.
  6. Your Own Mass: This is the other key variable in the calculation. A person with a higher Earth weight (more mass) will naturally weigh more on any given planet than a person with less mass, simply by scaling up the same gravitational factor.

Frequently Asked Questions (FAQ)

Will my mass change on other planets?
No, your mass (the amount of 'stuff' you are made of) is constant regardless of location. Only your weight, the force of gravity on that mass, changes.
Why do we use kg for weight on other planets if it's technically a force?
Using kilograms provides a relatable comparison to everyday experience. While weight is technically a force (measured in Newtons), this calculator expresses it in the familiar unit of kilograms by calculating the equivalent mass that would produce that force on Earth. It's a common convention for comparative purposes in popular science.
What is the gravity of the Sun like?
The Sun has an incredibly strong gravitational pull due to its immense mass. Its surface gravity is about 24.79 times that of Earth's, meaning a 70 kg person would weigh approximately 1735 kg on the Sun's "surface" (photosphere).
Is the Moon's gravity significantly less than Earth's?
Yes, the Moon's surface gravity is only about 1.62 m/s², which is roughly 16.6% of Earth's gravity. This means you would weigh only about 1/6th of your Earth weight on the Moon.
Do I need to account for altitude?
This calculator uses average surface gravity values for simplicity. Gravity does decrease slightly with altitude, but for most planets, this effect is minor compared to the differences between planets.
What about planets with no solid surface, like Jupiter or Saturn?
For gas giants like Jupiter and Saturn, the "surface gravity" value used in this calculator refers to the gravity at the altitude where atmospheric pressure equals 1 bar (similar to Earth's sea-level pressure). There isn't a solid surface to stand on.
How accurate are these calculations?
These calculations are based on accepted average surface gravity values. Actual gravity can vary slightly across a planet's surface due to factors like rotation, oblateness, and local density variations. However, for general understanding, these figures are highly accurate.
Can I use this for aliens?
This calculator is designed for a hypothetical human weighing on other celestial bodies. The gravitational factors are universal, but whether an actual alien's biology could withstand such forces is a matter of science fiction!

Related Tools and Internal Resources

© 2023 Your Company Name. All rights reserved.

var planetGravityData = { "Mercury": { gravity: 3.70, factor: 0.38 }, "Venus": { gravity: 8.87, factor: 0.90 }, "Earth": { gravity: 9.81, factor: 1.00 }, "Moon": { gravity: 1.62, factor: 0.16 }, "Mars": { gravity: 3.71, factor: 0.38 }, "Jupiter": { gravity: 24.79, factor: 2.53 }, "Saturn": { gravity: 10.44, factor: 1.06 }, "Uranus": { gravity: 8.69, factor: 0.89 }, "Neptune": { gravity: 11.15, factor: 1.14 }, "Pluto": { gravity: 0.62, factor: 0.06 }, "Sun": { gravity: 274.0, factor: 28.0 } // Approx. at photosphere }; var earthGravity = 9.81; // m/s^2 function updateTableAndChart() { var tableBody = document.getElementById("gravityTableBody"); tableBody.innerHTML = "; // Clear existing rows var earthWeightInput = document.getElementById("earthWeight"); var earthWeight = parseFloat(earthWeightInput.value); var earthWeightError = document.getElementById("earthWeightError"); var validEarthWeight = !isNaN(earthWeight) && earthWeight > 0; if (!validEarthWeight) { earthWeightError.textContent = "Please enter a valid positive weight."; return; } else { earthWeightError.textContent = ""; } var chartData = { labels: [], earthWeights: [], planetWeights: [] }; // Add Earth row first for reference var earthRow = tableBody.insertRow(); earthRow.insertCell().textContent = "Earth"; earthRow.insertCell().textContent = planetGravityData["Earth"].gravity.toFixed(2); earthRow.insertCell().textContent = planetGravityData["Earth"].factor.toFixed(2); earthRow.insertCell().textContent = (earthWeight * planetGravityData["Earth"].factor).toFixed(2); chartData.labels.push("Earth"); chartData.earthWeights.push(earthWeight); chartData.planetWeights.push(earthWeight); // Weight on Earth is the reference // Populate table and chart data for other planets for (var planet in planetGravityData) { if (planet === "Earth") continue; // Already added var data = planetGravityData[planet]; var weightOnPlanet = earthWeight * data.factor; var row = tableBody.insertRow(); row.insertCell().textContent = planet; row.insertCell().textContent = data.gravity.toFixed(2); row.insertCell().textContent = data.factor.toFixed(2); row.insertCell().textContent = weightOnPlanet.toFixed(2); chartData.labels.push(planet); chartData.earthWeights.push(earthWeight); // This is constant for comparison chartData.planetWeights.push(weightOnPlanet); } // Sort chart data by gravity factor for better visualization var sortedIndices = chartData.labels.map(function(_, i) { return i; }); sortedIndices.sort(function(a, b) { return planetGravityData[chartData.labels[a]].factor – planetGravityData[chartData.labels[b]].factor; }); var sortedChartData = { labels: sortedIndices.map(function(i) { return chartData.labels[i]; }), earthWeights: sortedIndices.map(function(i) { return chartData.earthWeights[i]; }), planetWeights: sortedIndices.map(function(i) { return chartData.planetWeights[i]; }) }; drawChart(sortedChartData); } function calculateWeight() { var earthWeightInput = document.getElementById("earthWeight"); var selectedPlanetSelect = document.getElementById("selectedPlanet"); var earthWeightError = document.getElementById("earthWeightError"); var earthWeight = parseFloat(earthWeightInput.value); var planetName = selectedPlanetSelect.value; // Input validation if (isNaN(earthWeight) || earthWeight = 0 ? "+" : "") + differenceFromEarth.toFixed(2) + " kg"; updateTableAndChart(); // Update table and chart as well } function resetCalculator() { document.getElementById("earthWeight").value = "70"; document.getElementById("selectedPlanet").value = "Earth"; document.getElementById("earthWeightError").textContent = ""; document.getElementById("main-result").textContent = "– kg"; document.getElementById("planetNameResult").textContent = "–"; document.getElementById("earthWeightResult").textContent = "– kg"; document.getElementById("gravityFactorResult").textContent = "–"; document.getElementById("differenceResult").textContent = "– kg"; // Clear canvas var canvas = document.getElementById("weightComparisonChart"); var ctx = canvas.getContext("2d"); ctx.clearRect(0, 0, canvas.width, canvas.height); updateTableAndChart(); // Re-initialize table and chart with defaults } function copyResults() { var mainResult = document.getElementById("main-result").textContent; var planetName = document.getElementById("planetNameResult").textContent; var earthWeightRef = document.getElementById("earthWeightResult").textContent; var gravityFactor = document.getElementById("gravityFactorResult").textContent; var difference = document.getElementById("differenceResult").textContent; if (mainResult === "– kg") { alert("No results to copy yet. Please calculate first."); return; } var resultText = "Your Weight Results:\n"; resultText += "——————–\n"; resultText += "Weight on " + planetName + ": " + mainResult + "\n"; resultText += "Earth Reference Weight: " + earthWeightRef + "\n"; resultText += "Gravitational Factor: " + gravityFactor + "\n"; resultText += "Difference from Earth: " + difference + "\n"; resultText += "——————–\n"; resultText += "Formula Used: Weight on Planet = Your Earth Weight * (Planet's Surface Gravity / Earth's Surface Gravity)\n"; // Copy to clipboard var textArea = document.createElement("textarea"); textArea.value = resultText; document.body.appendChild(textArea); textArea.select(); try { var successful = document.execCommand('copy'); var msg = successful ? 'Results copied to clipboard!' : 'Failed to copy results.'; alert(msg); } catch (err) { alert('Oops, unable to copy'); } document.body.removeChild(textArea); } function drawChart(data) { var canvas = document.getElementById("weightComparisonChart"); var ctx = canvas.getContext("2d"); ctx.clearRect(0, 0, canvas.width, canvas.height); // Clear previous drawing var chartWidth = canvas.width; var chartHeight = canvas.height; var barPadding = 5; var labelAreaHeight = 40; var legendHeight = 30; // Space for legend var maxWeight = Math.max.apply(null, data.earthWeights.concat(data.planetWeights)); var availableHeight = chartHeight – labelAreaHeight – legendHeight; var scale = availableHeight / maxWeight; var barWidth = (chartWidth / data.labels.length) – barPadding * 2; ctx.font = "12px Segoe UI, sans-serif"; ctx.fillStyle = "#333"; ctx.textAlign = "center"; // Draw bars and labels for (var i = 0; i < data.labels.length; i++) { var x = (barWidth + barPadding * 2) * i + barPadding; var earthWeight = data.earthWeights[i]; var planetWeight = data.planetWeights[i]; // Earth Weight Bar (primary reference color) var earthBarHeight = earthWeight * scale; ctx.fillStyle = "var(–primary-color)"; // Use CSS variable ctx.fillRect(x, chartHeight – earthBarHeight – labelAreaHeight – legendHeight, barWidth, earthBarHeight); ctx.fillStyle = "#333"; ctx.fillText(earthWeight.toFixed(0) + "kg", x + barWidth / 2, chartHeight – earthBarHeight – labelAreaHeight – legendHeight – 5); // Planet Weight Bar (secondary color) var planetBarHeight = planetWeight * scale; ctx.fillStyle = "#6c757d"; // Grey for other planets ctx.fillRect(x + barWidth / 2 + barPadding, chartHeight – planetBarHeight – labelAreaHeight – legendHeight, barWidth, planetBarHeight); ctx.fillStyle = "#333"; ctx.fillText(planetWeight.toFixed(0) + "kg", x + barWidth + barPadding + barWidth / 2, chartHeight – planetBarHeight – labelAreaHeight – legendHeight – 5); // Label for the planet ctx.fillStyle = "#333"; ctx.fillText(data.labels[i], x + barWidth / 2, chartHeight – labelAreaHeight); } // Draw Y-axis labels (optional, simplified) ctx.textAlign = "right"; ctx.fillStyle = "#666"; ctx.fillText(maxWeight.toFixed(0) + "kg", chartWidth – 10, chartHeight – labelAreaHeight – legendHeight); ctx.fillText((maxWeight / 2).toFixed(0) + "kg", chartWidth – 10, chartHeight – (maxWeight / 2) * scale – labelAreaHeight – legendHeight); ctx.fillText("0kg", chartWidth – 10, chartHeight – labelAreaHeight); // Draw X-axis line ctx.strokeStyle = "#ccc"; ctx.lineWidth = 1; ctx.beginPath(); ctx.moveTo(0, chartHeight – labelAreaHeight – legendHeight); ctx.lineTo(chartWidth, chartHeight – labelAreaHeight – legendHeight); ctx.stroke(); } // Initial calculation and table population on page load document.addEventListener("DOMContentLoaded", function() { resetCalculator(); // Sets defaults and populates table/chart calculateWeight(); // Performs initial calculation based on defaults });

Leave a Comment