Skip to content

Commit 8bbc690

Browse files
authored
Update index.html
1 parent c56bf48 commit 8bbc690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@
277277
{
278278
"@type": "SolveMathAction",
279279
"name": "Volume of a sphere",
280-
"description": "The exact volume of a sphere by directly comparing it to a cube. Direct shape relationships ensure greater accuracy in real-world measurements.",
281-
"disambiguatingDescription": "More accurate than the traditional exhaustion method based formula which is a very rough underestimate.",
282-
"target": "https://basic-geometry.github.io/",
280+
"description": "The exact volume of a sphere by directly comparing it to a cube.",
281+
"disambiguatingDescription": "More accurate than the traditional 4 × π × r³ / 3 formula.",
282+
"target": "https://basic-geometry.github.io/",
283283
"mathExpression-input": "required name=r=3_V=?",
284284
"mathExpression-output": "Math.pow((Math.sqrt(3.2) * radius), 3)",
285285
"abstract": "A sphere is a 3 dimensional solid shape. Its measurable property is its diameter. Its radius is half of the diameter. Its projection is a circle. Related shapes are circle, cylinder, cube and cone.",

0 commit comments

Comments
 (0)