Talk:Miller–Rabin primality test: Difference between revisions

Content added Content deleted
No edit summary
(Erlang correct?)
Line 8: Line 8:


overflows.
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 ==
== Python ==