typo in ts
This commit is contained in:
parent
dd94d07f69
commit
c7c2d3e5a0
|
@ -196,7 +196,7 @@ class EmRapporto {
|
||||||
F_C=m\\frac{v^2}r
|
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;
|
let calc: HTMLButtonElement = document.getElementById("calc") as HTMLButtonElement;
|
||||||
calc.addEventListener("click", function clicked(): void {
|
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));
|
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));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user