Skip to content

Commit 3c56795

Browse files
authored
Update index.html
1 parent 6f4d3c6 commit 3c56795

1 file changed

Lines changed: 5 additions & 18 deletions

File tree

index.html

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494
<meta name="twitter:title" content="Home of Basic Geometry">
9595
<meta name="twitter:description" content="Introducing the best-established and most accurate framework to calculate area and volume.">
9696
<meta name="twitter:image" content="android-chrome-256x256.png">
97+
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
98+
<script id="MathJax-script" async
99+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
100+
</script>
97101
<script type="application/ld+json" async>
98102
{
99103
"@context": "https://schema.org",
@@ -1844,24 +1848,7 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
18441848
The edge length of the cube, which has the same volume as the sphere, equals the square root of the area of the square that has the same area as the sphere's cross section.
18451849
<br>
18461850
<br>
1847-
<math xmlns="http://www.w3.org/1998/Math/MathML" >
1848-
<mrow>
1849-
<mi>V</mi>
1850-
<mo>=</mo>
1851-
<msup>
1852-
<mrow>
1853-
<mo>(</mo>
1854-
<msqrt>
1855-
<mn>3.2</mn>
1856-
</msqrt>
1857-
<mo>×</mo>
1858-
<mi>r</mi>
1859-
<mo>)</mo>
1860-
</mrow>
1861-
<mn>3</mn>
1862-
</msup>
1863-
</mrow>
1864-
</math>
1851+
V = \left( \sqrt{3.2} \cdot r \right)^3
18651852
</p>
18661853
</div>
18671854
<br>

0 commit comments

Comments
 (0)