You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3213,7 +3213,26 @@ <h3 itemprop="name" style="margin:7px">Area of a Circle Segment</h3>
3213
3213
<br>
3214
3214
<pitemprop="abstract" style="margin:12px">The area of a circle segment can be calculated by subtracting a triangle from a circle slice.</p>
3215
3215
<br>
3216
-
<pitemprop="description" style="margin:12px">The triangle is given by the ratio between the chord and the height or the parent radius via trigonometric functions.</p>
3216
+
<pitemprop="description" style="margin:12px">The angle of the slice is given by the ratio between the segment height and the radius of the parent circle. The base of the triangle is the chord, its height is the segment height subtracted from the radius of the parent circle. If the radius of the parent circle is unknown it can be calculated from the the length of the segment ( chord ).</p>
0 commit comments