Factors of an integer: Difference between revisions

m
→‎optimized version: added text to a comment in the REXX section header. -- ~~~~
(updated second D entry)
m (→‎optimized version: added text to a comment in the REXX section header. -- ~~~~)
Line 1,937:
=={{header|REXX}}==
===optimized version===
This REXX version has no effective limits on the number of digits in the number to be factored   [by adjusting the number of digits (precision)].
<br>It also indicates primes in the output.
<lang rexx>/*REXX program displays (in order) the divisors of positive integer(s).*/