Pell numbers: Difference between revisions

Content added Content deleted
(→‎{{header|ALGOL 68}}: Added works with and removed unused procedure)
Line 96: Line 96:


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==
{{Trans|FreeBASIC|using Millar Rabin for finding Pell primes and some minor output format differences and showing 10 Pell primes}}
{{Trans|FreeBASIC|using Miller Rabin for finding Pell primes and some minor output format differences and showing 10 Pell primes}}
{{works with|ALGOL 68G|Any - tested with release 2.8.3.win32}}
{{works with|ALGOL 68G|Any - tested with release 2.8.3.win32}}
Should work with any implementation of Algol 68 if LONG INT is large enough to hold the 90th Pell number/
Should work with any implementation of Algol 68 if LONG INT is large enough to hold the 90th Pell number/