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 +});