Miller–Rabin primality test: Difference between revisions

Line 597:
 
''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|Go}}==
Go has it in the standard library. [http://golang.org/pkg/big/#ProbablyPrime ProbablyPrime]
 
=={{header|Haskell}}==
1,707

edits