We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b5c9f commit 2a7bd75Copy full SHA for 2a7bd75
html/NEW_TOOLS/TRIG_CALC/getresults.html
@@ -81,7 +81,7 @@ <h2>Tool by: <a alt='Altify Developing' title='Altify Developing' href="https://
81
let product1pt1 = (v/mod)
82
let product1pt2 = (product1pt1*(mod*0.01))
83
let product2pt1 = (m*mod)
84
-let product2pt2 = (product2pt1*(mod*0.01))
+let product2pt2 = (product2pt1/(mod/0.01))
85
document.getElementById("answer1").innerHTML = 'tanθ = '+(Math.tan(a/o))+'<br>sinθ = '+(Math.sin(o/h))+'<br>cosθ = '+(Math.cos(a/h));
86
document.getElementById("answer2").innerHTML = '<br>youtube monetized = ~ $'+product1pt2+'<br>views to get money = ~'+product2pt2;
87
</script>
0 commit comments