Skip to content

Commit c195cdc

Browse files
authored
Update index.html
1 parent f1f02ea commit c195cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
},
187187
"dateCreated" :"2019-01-11",
188188
"datePublished":"2020-01-11",
189-
"dateModified" :"2025-07-17",
189+
"dateModified" :"2025-07-18",
190190
"description" : "Introducing the best-established and most accurate framework to calculate area and volume.",
191191
"disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.",
192192
"headline":"Exact geometry",
@@ -2317,7 +2317,7 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
23172317

23182318
<script>
23192319
function coneSurface(radius, height) {
2320-
return 3.2 * radius ** 2 + (radius * Math.sqrt(radius ** 2 + height ** 2));
2320+
return 3.2 * radius * (radius + Math.sqrt(radius ** 2 + height ** 2));
23212321
}
23222322

23232323
function updateConeSurface() {

0 commit comments

Comments
 (0)