Checkpoint

This commit is contained in:
2026-09-05 01:06:01 -03:00
parent 8baf893a9e
commit 2b3fc987a9
17 changed files with 1413 additions and 303 deletions
+1 -1
View File
@@ -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