Miller–Rabin primality test: Difference between revisions

No function doing the task
(No function doing the task)
Line 911:
 
=={{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).
 
Anonymous user