From c7c2d3e5a0420ffdabfe10443c6dd9206991f7de Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Fri, 25 Mar 2022 00:44:39 +0100 Subject: [PATCH] typo in ts --- script.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.ts b/script.ts index 4c4f9fb..6092835 100644 --- a/script.ts +++ b/script.ts @@ -196,7 +196,7 @@ class EmRapporto { F_C=m\\frac{v^2}r $$ - Forza di Lorentz + Forza Centripeta $$ @@ -287,4 +287,4 @@ de.value = d.toString(); let calc: HTMLButtonElement = document.getElementById("calc") as HTMLButtonElement; calc.addEventListener("click", function clicked(): void { thomson(new Punto(parseFloat(px.value), parseFloat(py.value)), new Punto(parseFloat(p2x.value), parseFloat(p2y.value)), parseFloat(Ie.value), parseFloat(Ve.value), parseFloat(Ne.value), parseFloat(Le.value), parseFloat(de.value)); -}); \ No newline at end of file +});