Talk:Miller–Rabin primality test: Difference between revisions

→‎Erlang: Algorithm is key?
(Erlang correct?)
(→‎Erlang: Algorithm is key?)
Line 11:
==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.
 
:I read ''this'' task as just stating that this particular ''algorithm'' is to be used, not necessarily the same variable and function names. (But that's just my guess). --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 05:17, 1 September 2013 (UTC)
 
== Python ==
Anonymous user