Miller–Rabin primality test: Difference between revisions

Content added Content deleted
(+ AutoHotkey contributed by Laszlo from ahk forums)
Line 25: Line 25:


{{works with|ALGOL 68|Standard - with preludes manually inserted }}
{{works with|ALGOL 68|Standard - with preludes manually inserted }}

{{works with|ALGOL 68G|Any - tested with release mk15-0.8b.fc9.i386}}
{{works with|ALGOL 68G|Any - tested with release mk15-0.8b.fc9.i386}}
<!-- {{does not work with|ELLA ALGOL 68|Any (with appropriate job cards AND formatted transput statements removed) - tested with release 1.8.8d.fc9.i386 - ELLA has no FORMATted transput, also it generates a call to undefined C LONG externals }} -->
<!-- {{does not work with|ELLA ALGOL 68|Any (with appropriate job cards AND formatted transput statements removed) - tested with release 1.8.8d.fc9.i386 - ELLA has no FORMATted transput, also it generates a call to undefined C LONG externals }} -->
Line 69: Line 70:
937 941 947 953 967 971 977 983 991 997
937 941 947 953 967 971 977 983 991 997
</pre>
</pre>

=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==
ahk forum: [http://www.autohotkey.com/forum/post-276712.html#276712 discussion]
ahk forum: [http://www.autohotkey.com/forum/post-276712.html#276712 discussion]