Carmichael 3 strong pseudoprimes: Difference between revisions

m
→‎{{header|REXX}}: removed OVERFLOW from PRE html tag.
(Add Perl)
m (→‎{{header|REXX}}: removed OVERFLOW from PRE html tag.)
Line 787:
 
=={{header|REXX}}==
Note that REXX's version of &nbsp; '''modulus''' &nbsp; (<big>'''//'''</big>) &nbsp; is really a &nbsp; ''remainder'' &nbsp; function,
<br>so a version of the &nbsp; '''modulus''' &nbsp; function was hard-coded below.
<br>(It was necessary to use '''modulus''' instead of '''remainder''' when using a negative value.)
Line 830:
'''output''' when using the default input
<br><br>The Carmichael numbers were grouped by the first Carmichael number.
<pre style="height:50ex;overflow:scroll">
──────── a Carmichael number: 3 ∙ 11 ∙ 17