Total circles area: Difference between revisions

Content added Content deleted
m (→‎optimized: added/changed comments and whitespace, used a template for the output section.)
m (→‎optimized: changed wording in the REXX section header.)
Line 2,455: Line 2,455:
<br>this reduces the computation time (for overlapping circles) by around 25%.
<br>this reduces the computation time (for overlapping circles) by around 25%.


This, with other optimizations, makes this 2<sup>nd</sup> version about twice as fast as the 1<sup>st</sup>.
This, with other optimizations, makes this 2<sup>nd</sup> REXX version about twice as fast as the 1<sup>st</sup> REXX version.


This version also has additional information displayed.
This version also has additional information displayed.