Count in factors: Difference between revisions

Content added Content deleted
m (→‎using integer SQRT: used better highlighting for the REXX section header.)
Line 3,314: Line 3,314:
===using integer SQRT===
===using integer SQRT===
This REXX version computes the   ''integer square root''   of the integer being factor   (to limit the range of factors),
This REXX version computes the   ''integer square root''   of the integer being factor   (to limit the range of factors),
<br>this makes this version about 50% faster than the 1<sup>st</sup> REXX version.
<br>this makes this version about &nbsp; '''50%''' &nbsp; faster than the 1<sup>st</sup> REXX version.


Also, the number of early testing of prime factors was expanded.
Also, the number of early testing of prime factors was expanded.