Skip to content

Commit a1e78bd

Browse files
authored
Update index.html
Metadata
1 parent 09c9cce commit a1e78bd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3239,7 +3239,6 @@ <h3 itemprop="name" style="margin:7px">Calculate the Area of a Circle Segment</h
32393239
<p style="margin:12px" itemprop="abstract">The area of a circle segment can be calculated by subtracting a triangle from a circle slice.</p>
32403240
<br>
32413241
<div style="margin:12px" itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
3242-
<meta itemprop="description" content="Radius of the parent circle">
32433242
<p itemprop="description">If the radius of the parent circle is unknown it can be calculated from the chord.</p>
32443243
<br>
32453244
<span itemprop="name">Radius </span>=
@@ -4381,7 +4380,7 @@ <h4 itemprop="abstract">The volume of a cone can be calculated by algebraically
43814380
<br><br>
43824381
<meta itemprop="description" content="Exact cone volume formula">
43834382
<span itemprop="name">V<sub>(cone)</sub> </span>=
4384-
<meta itemprop="value" content="3.2 × radius² / sqrt(8)">
4383+
<meta itemprop="value" content="3.2 × radius² / (8)">
43854384
<math xmlns="http://www.w3.org/1998/Math/MathML">
43864385
<mrow>
43874386
<mfrac>

0 commit comments

Comments
 (0)