Miller–Rabin primality test: Difference between revisions

m
added whitespace before the TOC (table of contents).
m (→‎{{header|REXX}}: used a simplier expression for squaring a number.)
m (added whitespace before the TOC (table of contents).)
Line 23:
* The nature of the test involves big numbers, so the use of "big numbers" libraries (or similar features of the language of your choice) are suggested, but '''not''' mandatory.
* Deterministic variants of the test exist and can be implemented as extra (not mandatory to complete the task)
<br><br>
 
=={{header|Ada}}==