Skip to content

Commit 3a051a0

Browse files
Update getresults.html
1 parent f4ea4b8 commit 3a051a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/NEW_TOOLS/TRIG_CALC/getresults.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ <h2>Tool by: <a alt='Altify Developing' title='Altify Developing' href="https://
7878
let v = getAllUrlParams(origin).v
7979
let m = getAllUrlParams(origin).m
8080
let mod = getAllUrlParams(origin).type
81-
let product1 = (v/mod)
82-
let product2 = (m*mod)
81+
let product1 = (v*mod)
82+
let product2 = (m/mod)
8383
document.getElementById("answer1").innerHTML = 'tanθ = '+(Math.tan(a/o))+'<br>sinθ = '+(Math.sin(o/h))+'<br>cosθ = '+(Math.cos(a/h));
8484
document.getElementById("answer2").innerHTML = '<br>youtube monetized = ~ $'+product1+'<br>views to get money = ~'+product2;
8585
</script>

0 commit comments

Comments
 (0)