Skip to content

Commit 2a7bd75

Browse files
Update getresults.html
1 parent a5b5c9f commit 2a7bd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/NEW_TOOLS/TRIG_CALC/getresults.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Tool by: <a alt='Altify Developing' title='Altify Developing' href="https://
8181
let product1pt1 = (v/mod)
8282
let product1pt2 = (product1pt1*(mod*0.01))
8383
let product2pt1 = (m*mod)
84-
let product2pt2 = (product2pt1*(mod*0.01))
84+
let product2pt2 = (product2pt1/(mod/0.01))
8585
document.getElementById("answer1").innerHTML = 'tanθ = '+(Math.tan(a/o))+'<br>sinθ = '+(Math.sin(o/h))+'<br>cosθ = '+(Math.cos(a/h));
8686
document.getElementById("answer2").innerHTML = '<br>youtube monetized = ~ $'+product1pt2+'<br>views to get money = ~'+product2pt2;
8787
</script>

0 commit comments

Comments
 (0)