Carmichael 3 strong pseudoprimes: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changed a comment in the REXX section header. -- ~~~~)
Line 22:
 
Uses the Miller_Rabin package from
[[Miller-Rabin primality test#ordinary integers]].
[[http://rosettacode.org/wiki/Miller-Rabin_primality_test#ordinary_integers]].
<lang Ada>with Ada.Text_IO, Miller_Rabin;