Skip to content

Commit 996531a

Browse files
authored
Update about.html
1 parent f3c0e6d commit 996531a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"additionalProperty": {
208208
"@type": "PropertyValue",
209209
"name": "Formula",
210-
"value": "angleOfRotation / 360 * 3.2 * Math.pow(radius, 2)",
210+
"value": "angleOfRotation / 360 * 3.2 * Math.pow(radius, 2)"
211211
},
212212
"description": "Calculates the exact area of a circle using a refined approach that replaces traditional π-based methods. This method is based on direct shape relationships, ensuring greater accuracy in real-world measurements.",
213213
"stepByStepInstructions": [

0 commit comments

Comments
 (0)