From 928016584711142cb0e9fafc2baa0b8fdbc0aabe Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 9 Mar 2021 21:47:49 +0100 Subject: [PATCH] updated pendulum --- pendulum/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pendulum/main.js b/pendulum/main.js index 2599abc8..dc8e07d6 100644 --- a/pendulum/main.js +++ b/pendulum/main.js @@ -277,6 +277,6 @@ function handleClick(event) helper.sub(centerMass); theta = helper.angleBetween(createVector(0, -1)); - document.getElementById("inst").innerHTML = "Mass: " + m + " M --- Moment of inertia: " + inertia.toFixed(3) + " ML²"; + document.getElementById("inst").innerHTML = "Mass: " + m.toFixed(3) + " M --- Moment of inertia: " + inertia.toFixed(3) + " ML²"; } } \ No newline at end of file