Wolstenholme numbers: Difference between revisions

m
(Added Algol 68)
Line 27:
=={{header|ALGOL 68}}==
Based on {{Trans|FreeBASIC}}...but using Algol 68G's LONG LONG INT (with default precision) and an iterative gcd routine.<br>
Uses Miller-Rabin for primality testing, shows the first 20 numbers.
{{works with|ALGOL 68G|Any - tested with release 2.8.3.win32}}
<syntaxhighlight lang="algol68">
3,028

edits