Skip to content

Commit bbf957a

Browse files
authored
Update about.html
1 parent 8bbc690 commit bbf957a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,11 @@
237237
{
238238
"@type": "SolveMathAction",
239239
"name": "Volume of a sphere",
240-
"description": "The exact volume of a sphere by directly comparing it to a cube. Direct shape relationships ensure greater accuracy in real-world measurements.",
241-
"disambiguatingDescription": "More accurate than the traditional exhaustion method based formula which is a very rough underestimate.",
242-
"target": "https://basic-geometry.github.io/about",
240+
"description": "The exact volume of a sphere by directly comparing it to a cube.",
241+
"disambiguatingDescription": "More accurate than the traditional 4 × π × r³ / 3 formula.",
242+
"target": "https://basic-geometry.github.io/",
243243
"mathExpression-input": "required name=r=3_V=?",
244-
"mathExpression-output": "angle of rotation / 360 * Math.pow((Math.sqrt(3.2) * radius), 3)",
244+
"mathExpression-output": "Math.pow((Math.sqrt(3.2) * radius), 3)",
245245
"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.",
246246
"keywords": "radius, volume",
247247
"image": "sphereAndCubeMarkup.jpeg",

0 commit comments

Comments
 (0)