Miller–Rabin primality test: Difference between revisions

Content added Content deleted
(No function doing the task)
Line 911: Line 911:


=={{header|Erlang}}==
=={{header|Erlang}}==
{{incomplete|Erlang|No function returns 'true' when called with 181 and 10 as arguments. Also, the first 1000 primes does not include 3.}}
<lang erlang>-module(miller_rabin).
<lang erlang>-module(miller_rabin).