We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89590a5 commit 41e932eCopy full SHA for 41e932e
index.html
@@ -3307,7 +3307,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Circle Segment</h3>
3307
3308
const ratio = (radius - height) / radius;
3309
const angle = parseFloat(Acos(ratio));
3310
- const length = parseFloat(2 * sqrt(radius**2 - (radius - height)**2);
+ const length = parseFloat(2 * sqrt(radius**2 - (radius - height)**2));
3311
3312
document.getElementById('segment-area').innerText =
3313
`Area: ${area.toFixed(5)} square units`;
0 commit comments