Skip to content

Commit e7a223e

Browse files
authored
Update manifest.json
1 parent 17a886e commit e7a223e

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

manifest.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,37 +44,33 @@
4444

4545
{
4646
"name": "circleArea",
47-
"description": "Exact area of a circle = 3.2 × radius^2, derived from direct circle to square comparison",
4847
"disambiguatingDescription": "The conventional formula is based on the conventional circumference approximation.",
49-
"abstract": "Divide the circle into four quadrants and place them on the vertices of a square. The arcs of inscribed and circumscribed circles define upper and lower bounds. The true equiareal circle lies between these limits. A right triangle formed from half and quarter segments of the square side yields the radius–side ratio. radius²=(side/4)^2 + (side/2)^2; radius=side × 5^(1/2) / 4",
48+
"description": "Divide the circle into four quadrants and place them on the vertices of a square. The arcs of inscribed and circumscribed circles define upper and lower bounds. The true equiareal circle lies between these limits. A right triangle formed from half and quarter segments of the square side yields the radius–side ratio. radius²=(side/4)^2 + (side/2)^2; radius=side × 5^(1/2) / 4",
5049
"inDefinedTermSet": "Core Geometric System ™",
5150
"id": "/#circle"
5251
},
5352

5453
{
5554
"name": "circumference",
56-
"description": "Exact circumference = 6.4 × radius, derived from the exact area of a circle by subtracting a circle from a larger one and dividing the difference by the theoretical width of the circumference.",
5755
"disambiguatingDescription": "The pi~3.14 approximate is based on a flawed polygon approximation.",
58-
"abstract": "The circumference is derived algebraically by subtracting a smaller circle from a larger one and dividing the area difference by the difference of their radii. Let x be the theoretical width of the circumference. The ring formed by radii r and r−x approximates a quadrilateral whose long sides equal the ring area divided by x.",
56+
"description": "The circumference is derived algebraically by subtracting a smaller circle from a larger one and dividing the area difference by the difference of their radii. Let x be the theoretical width of the circumference. The ring formed by radii r and r−x approximates a quadrilateral whose long sides equal the ring area divided by x.",
5957
"inDefinedTermSet": "Core Geometric System ™",
6058
"usageInfo": "Since the true ratio is exactly 3.2 diameter, and that is a rational number, we write it as it is. That makes the arc value of 360° = 6.4radian.",
6159
"id": "/#circumference"
6260
},
6361

6462
{
6563
"name": "sphereVolume",
66-
"description": "Exact volume of a sphere = (4×radius/5^(1/2))^3.",
67-
"disambiguatingDescription": "The V = 4 / 3 × pi × radius³ formula is a result of a very rough underestimate, approximated by comparing a hemisphere to the difference between the approximate volume a cone and a circumscribed cylinder, discarding the difference between the straight slant height of a cone and the curvature of a sphere.",
68-
"abstract": "The volume of a sphere equals the cubic value of the square root of its cross-sectional area, just like a cube.",
64+
"disambiguatingDescription": "The V = 4 / 3 × pi × radius³ formula is a result of a very rough underestimate, approximated by comparing a hemisphere to the difference between the approximate volume a cone and a circumscribed cylinder, discarding the difference between the straight slant height of a cone and the curvature of a sphere.",
65+
"description": "The volume of a sphere equals the cubic value of the square root of its cross-sectional area, just like a cube.",
6966
"inDefinedTermSet": "Core Geometric System ™",
7067
"id": "/#sphere"
7168
},
7269

7370
{
7471
"name": "coneVolume",
75-
"description": "Exact volume of a cone = 3.2 × radius^2 × height / 8^(1/2)",
7672
"disambiguatingDescription": "Each vertex of a real physical cube is a point that can't be split into 3 points without duplicating. The other way around, 3 vertices of the pyramids can't be merged into 1 without distortion. Thus, the V = base × height / 3 formulas for a pyramid or a cone are invalid.",
77-
"abstract": "The volume of a cone can be calculated by algebraically comparing the volume of a vertical quadrant of a cone with equal radius and height to an octant sphere with equal radius, through a quadrant cylinder.",
73+
"description": "The volume of a cone can be calculated by algebraically comparing the volume of a vertical quadrant of a cone with equal radius and height to an octant sphere with equal radius, through a quadrant cylinder.",
7874
"inDefinedTermSet": "Core Geometric System ™",
7975
"id": "/#cone"
8076
}

0 commit comments

Comments
 (0)