Miller–Rabin primality test: Difference between revisions

Content added Content deleted
(→‎E: add E example)
(Add J link)
Line 408: Line 408:


''Possible improvements'': create bindings to the [[:Category:GMP|GMP library]], change <code>integer(huge)</code> into something like <code>type(huge_integer)</code>, write a lots of interfaces to allow to use big nums naturally (so that the code will be unchanged, except for the changes said above)
''Possible improvements'': create bindings to the [[:Category:GMP|GMP library]], change <code>integer(huge)</code> into something like <code>type(huge_integer)</code>, write a lots of interfaces to allow to use big nums naturally (so that the code will be unchanged, except for the changes said above)

=={{header|J}}==
See [[j:Essays/Primality%20Tests#Miller-Rabin|Primality Tests essay on the J wiki]].


=={{header|Python}}==
=={{header|Python}}==