Skip to content

Commit 2354aa2

Browse files
authored
Update about.html
Markup
1 parent ad099cd commit 2354aa2

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

about.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
},
174174
"dateCreated" :"2024-08-31",
175175
"datePublished":"2024-08-31",
176-
"dateModified" :"2025-05-27",
176+
"dateModified" :"2025-05-28",
177177
"description" : "About the best-established and most accurate framework to calculate area and volume.",
178178
"disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.",
179179
"image":[
@@ -205,7 +205,6 @@
205205
"name": "Area of a Circle",
206206
"description": "The exact area of a circle based on direct comparison with a square.",
207207
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
208-
"keywords":"Exact Area of a Circle, Direct Comparison, Quadrants Method, Rigorously Proven",
209208
"target": "https://basic-geometry.github.io/about/",
210209
"mathExpression-input": "r=5 A=?",
211210
"mathExpression-output": "angle of rotation / 360 * 3.2 * Math.pow(radius, 2)",
@@ -216,9 +215,8 @@
216215
{
217216
"@type": "SolveMathAction",
218217
"name": "Circumference of a Circle",
219-
"description": "Calculates the exact circumference of a circle using a refined approach that replaces traditional π-based approximations. This method is based on direct shape relationships, ensuring greater accuracy in real-world measurements.",
218+
"description": "Algebraic derivation of the exact circumference of a circle from its area",
220219
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
221-
"keywords":"Circumference of a Circle, Algebraic Derivation from the Area, Rigorously Proven",
222220
"target": "https://basic-geometry.github.io/about/",
223221
"mathExpression-input": "r=5 C=?",
224222
"mathExpression-output": "angle of rotation / 360 * 6.4 * radius",
@@ -231,8 +229,7 @@
231229
"name": "Volume of a sphere",
232230
"description": "The exact volume of a sphere by directly comparing it to a cube. Direct shape relationships ensure greater accuracy in real-world measurements.",
233231
"disambiguatingDescription": "More accurate than the traditional exhaustion method based formula which is a very rough underestimate.",
234-
"keywords" : "Direct Comparison, Exact Volume, Rigorously proven",
235-
"target": "https://basic-geometry.github.io/about/",
232+
"target": "https://basic-geometry.github.io/about/",
236233
"mathExpression-input": "r=3 V=?",
237234
"mathExpression-output": "angle of rotation / 360 * Math.pow((Math.sqrt(3.2) * radius), 3)",
238235
"image": "sphereAndCubeMarkup.jpeg",

0 commit comments

Comments
 (0)