We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c72d2e commit d93fa74Copy full SHA for d93fa74
1 file changed
index.html
@@ -400,6 +400,7 @@
400
"name":"Surface area of a cone",
401
"description": "The exact surface area of a cone based on its radius and height.",
402
"disambiguatingDescription": "Based on the real height.",
403
+ "target": "https://basic-geometry.github.io",
404
"mathExpression-input": "required cone_radius=5_height=3_Area=?",
405
"mathExpression-output": "Area = 3.2 * radius * (radius + sqrt(radius^2 +height^2))",
406
"about": "The bottom of a cone is a circle. The rest of its surface can be calculated as a circle slice.",
0 commit comments