File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 186186} ,
187187"dateCreated" :"2019-01-11" ,
188188"datePublished" :"2020-01-11" ,
189- "dateModified" :"2025-07-17 " ,
189+ "dateModified" :"2025-07-18 " ,
190190"description" : "Introducing the best-established and most accurate framework to calculate area and volume." ,
191191"disambiguatingDescription" : "Exact, empirically grounded and rigorously proven formulas over the conventional approximations." ,
192192"headline" :"Exact geometry" ,
@@ -2317,7 +2317,7 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
23172317
23182318< script >
23192319 function coneSurface ( radius , height ) {
2320- return 3.2 * radius ** 2 + ( radius * Math . sqrt ( radius ** 2 + height ** 2 ) ) ;
2320+ return 3.2 * radius * ( radius + Math . sqrt ( radius ** 2 + height ** 2 ) ) ;
23212321 }
23222322
23232323 function updateConeSurface ( ) {
You can’t perform that action at this time.
0 commit comments