Checkpoint
This commit is contained in:
@@ -711,7 +711,7 @@ In TypeScript, this equals to
|
||||
|
||||
</Tabs>
|
||||
|
||||
#### `isPrimeForBase` [step]
|
||||
#### `is_prime_for_base` [step]
|
||||
|
||||
This function will test a number using Miller-Rabin for the specified base. By later testing with
|
||||
different bases in `is_prime()`, we increase the likelyhood of a number being prime. The test works
|
||||
|
||||
Reference in New Issue
Block a user