typo in ts

This commit is contained in:
Mattia Mascarello 2022-03-25 00:44:39 +01:00 committed by GitHub
parent dd94d07f69
commit c7c2d3e5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ class EmRapporto {
F_C=m\\frac{v^2}r
$$
<i>Forza di Lorentz</i>
<i>Forza Centripeta</i>
$$
@ -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));
});
});