|
186 | 186 | }, |
187 | 187 | "dateCreated" :"2019-01-11", |
188 | 188 | "datePublished":"2020-01-11", |
189 | | -"dateModified" :"2025-07-22", |
| 189 | +"dateModified" :"2025-08-06", |
190 | 190 | "description" : "Introducing the best-established and most accurate framework to calculate area and volume.", |
191 | 191 | "disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.", |
192 | 192 | "headline":"Exact geometry", |
|
209 | 209 | "inLanguage":"en-us", |
210 | 210 | "keywords":"Exact Formulas, Area of a Circle, Circumference of a Circle, Volume of a Sphere, Volume of a Cone, Volume of a Pyramid, Volume of a Tetrahedron, Volume of a Frustum", |
211 | 211 | "potentialAction": [ |
212 | | -{ |
213 | | - "@type": "SolveMathAction", |
214 | | - "name": "Area of a square", |
215 | | - "description": "The basis of area calculation", |
216 | | -"target": "https://basic-geometry.github.io/", |
217 | | - "mathExpression-input": "a=5 A=?", |
218 | | - "mathExpression-output": "Math.pow(side, 2)", |
219 | | - "image": "square.png", |
220 | | - "eduQuestionType": "Area calculation" |
221 | | - }, |
222 | 212 |
|
| 213 | +{ |
| 214 | + "@type": "SolveMathAction", |
| 215 | + "name": "Area of a square", |
| 216 | + "description": "The basis of area calculation", |
| 217 | + "target": "https://basic-geometry.github.io/", |
| 218 | + "mathExpression-input": "a=5 A=?", |
| 219 | + "mathExpression-output": { |
| 220 | + "@type": "GeometryShape", |
| 221 | + "name": "rectangle", |
| 222 | + "dimensions": "2", |
| 223 | + "constructors": ["width", "length"], |
| 224 | + "area": "width * length", |
| 225 | + "specialCase": { |
| 226 | + "@type": "GeometryShape", |
| 227 | + "name": "square", |
| 228 | + "constructor": "side", |
| 229 | + "area": "Math.pow(side, 2)", |
| 230 | + "related": ["triangle", "cube", "rectangle"] |
| 231 | + }, |
| 232 | + "related": ["square", "cuboid", "triangle"] |
| 233 | + }, |
| 234 | + "image": "square.png", |
| 235 | + "eduQuestionType": "Area calculation" |
| 236 | +} |
| 237 | + |
223 | 238 | { |
224 | 239 | "@type": "SolveMathAction", |
225 | 240 | "name": "Volume of a cube", |
|
0 commit comments