Talk:Miller–Rabin primality test: Difference between revisions

Erlang correct?
No edit summary
(Erlang correct?)
Line 8:
 
overflows.
 
==Erlang ==
The task asks for a function with arguments n and k. N is an odd integer, k is a parameter (also integer?). It seems to me that there is no such function in the Erlang module. I could be wrong since the module exports all its functions making it more difficult to be sure.
 
== Python ==
Anonymous user