Proper divisors: Difference between revisions

m
→‎version 3: added whitespace and highlighting in the REXX section header.
m (→‎version 3: aligned a comment.)
m (→‎version 3: added whitespace and highlighting in the REXX section header.)
Line 1,971:
 
===version 3===
When factoring   20,000 integers,   this REXX version is over '''12%''' faster than the REXX version 2.
<br>When factoring 200,000 integers, &nbsp; this REXX version is over '''25%''' faster.
 
It accomplishes a faster speed by incorporating the calculation of an &nbsp; ''integer square root'' &nbsp; of an integer &nbsp; (without using any floating point arithmetic).