Sprayer
Showing the single result
-
Sale!
Arag Plunger Assembly for Series 463 Stackable Boom Section Valve
Original price was: $36.05.$30.90Current price is: $30.90.
Adjacent Side: ${adjacent.toFixed(2)}
`; }Skip to main contentdocument.getElementById("calculate").addEventListener("click", function () { const radius = parseFloat(document.getElementById("hypotenuse").value); const aoa = parseFloat(document.getElementById("theta").value); if (isNaN(radius) || isNaN(aoa)) { document.getElementById("result").textContent = "Invalid input. Please enter valid numbers."; return; } const bcd = radius * Math.sin(aoa * (Math.PI / 180)); document.getElementById("result").textContent = `${bcd.toFixed(3)}"`; });